mirror of https://github.com/sbt/sbt.git
sbt 1.5.2
This commit is contained in:
parent
8ecec5614a
commit
b50a3ff0fe
|
|
@ -10,7 +10,7 @@ import scala.util.Try
|
|||
// ThisBuild settings take lower precedence,
|
||||
// but can be shared across the multi projects.
|
||||
ThisBuild / version := {
|
||||
val v = "1.5.2-SNAPSHOT"
|
||||
val v = "1.5.3-SNAPSHOT"
|
||||
nightlyVersion.getOrElse(v)
|
||||
}
|
||||
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
|
||||
|
|
|
|||
Loading…
Reference in New Issue