mirror of https://github.com/sbt/sbt.git
[2.x] Bump version number
This commit is contained in:
parent
df6c6c454e
commit
87d59f4400
|
|
@ -11,7 +11,7 @@ import com.eed3si9n.jarjarabrams.ModuleCoordinate
|
||||||
// ThisBuild settings take lower precedence,
|
// ThisBuild settings take lower precedence,
|
||||||
// but can be shared across the multi projects.
|
// but can be shared across the multi projects.
|
||||||
ThisBuild / version := {
|
ThisBuild / version := {
|
||||||
val v = "2.0.1-bin-SNAPSHOT"
|
val v = "2.1.0-SNAPSHOT"
|
||||||
nightlyVersion.getOrElse(v)
|
nightlyVersion.getOrElse(v)
|
||||||
}
|
}
|
||||||
// update sbt.sh at root
|
// update sbt.sh at root
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue