version := "1.2.0-SNAPSHOT"

This commit is contained in:
Dale Wijnand
2018-02-14 14:38:25 +00:00
parent 76e2f550ec
commit 20367938b1
+1 -1
View File
@@ -9,7 +9,7 @@ def buildLevelSettings: Seq[Setting[_]] =
inThisBuild(
Seq(
organization := "org.scala-sbt",
version := "1.1.2-SNAPSHOT",
version := "1.2.0-SNAPSHOT",
description := "sbt is an interactive build tool",
bintrayOrganization := Some("sbt"),
bintrayRepository := {