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