mirror of https://github.com/sbt/sbt.git
sbt 1.5.3
This commit is contained in:
parent
17abe98a3a
commit
70a50e5c54
|
|
@ -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.3-SNAPSHOT"
|
||||
val v = "1.5.4-SNAPSHOT"
|
||||
nightlyVersion.getOrElse(v)
|
||||
}
|
||||
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
|
||||
|
|
|
|||
Loading…
Reference in New Issue