Merge pull request #2140 from dwijnand/set-version-to-0.13.10-SNAPSHOT

Set version to 0.13.10-SNAPSHOT.
This commit is contained in:
Josh Suereth 2015-08-04 14:18:56 -04:00
commit f230bd36d1
1 changed files with 1 additions and 1 deletions

View File

@ -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 := {