mirror of https://github.com/sbt/sbt.git
sbt 2.0.3
This commit is contained in:
parent
19a71f316e
commit
2a3208fd05
|
|
@ -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.3-SNAPSHOT"
|
val v = "2.0.4-SNAPSHOT"
|
||||||
nightlyVersion.getOrElse(v)
|
nightlyVersion.getOrElse(v)
|
||||||
}
|
}
|
||||||
// update sbt.sh at root
|
// update sbt.sh at root
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue