mirror of https://github.com/sbt/sbt.git
Bump to 2.0.0-SNAPSHOT
This commit is contained in:
parent
713471bcc1
commit
f778eafb1a
|
|
@ -11,10 +11,10 @@ import scala.util.Try
|
|||
// ThisBuild settings take lower precedence,
|
||||
// but can be shared across the multi projects.
|
||||
ThisBuild / version := {
|
||||
val v = "2.0.0-alpha12-SNAPSHOT"
|
||||
val v = "2.0.0-SNAPSHOT"
|
||||
nightlyVersion.getOrElse(v)
|
||||
}
|
||||
ThisBuild / version2_13 := "2.0.0-alpha10-SNAPSHOT"
|
||||
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
|
||||
ThisBuild / versionScheme := Some("early-semver")
|
||||
ThisBuild / scalafmtOnCompile := !(Global / insideCI).value
|
||||
ThisBuild / Test / scalafmtOnCompile := !(Global / insideCI).value
|
||||
|
|
|
|||
Loading…
Reference in New Issue