From 9951f8c72b74cc98c5065d9658bf4460eb52274e Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Mon, 3 Aug 2015 22:16:56 +0100 Subject: [PATCH] Set version to 0.13.10-SNAPSHOT. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2a720e174..cdf634fe3 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ import Sxr.sxr // but can be shared across the multi projects. def buildLevelSettings: Seq[Setting[_]] = Seq( organization in ThisBuild := "org.scala-sbt", - version in ThisBuild := "0.13.9-SNAPSHOT", + version in ThisBuild := "0.13.10-SNAPSHOT", // bintrayOrganization in ThisBuild := None, // bintrayRepository in ThisBuild := "test-test-test", bintrayOrganization in ThisBuild := {