mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
[2.0.x] sbtn 2.0.0-a0c4773a (#9503)
This commit is contained in:
committed by
Eugene Yokota
parent
c7fb328142
commit
6ea3eb7e87
@@ -15,9 +15,9 @@ ThisBuild / version := {
|
||||
nightlyVersion.getOrElse(v)
|
||||
}
|
||||
// update sbt.sh at root
|
||||
ThisBuild / Utils.sbtnVersion := "2.0.0-b4d628dd"
|
||||
ThisBuild / Utils.version2_13 := "2.0.0-SNAPSHOT"
|
||||
ThisBuild / Utils.sbtnVersion := "2.0.0-a0c4773a"
|
||||
ThisBuild / versionScheme := Some("early-semver")
|
||||
ThisBuild / Utils.version2_13 := "2.0.0-SNAPSHOT"
|
||||
ThisBuild / scalafmtOnCompile := !(Global / insideCI).value
|
||||
ThisBuild / Test / scalafmtOnCompile := !(Global / insideCI).value
|
||||
// ThisBuild / turbo := true
|
||||
|
||||
Reference in New Issue
Block a user