mirror of https://github.com/sbt/sbt.git
[2.x] Update sbtn to 2.0.0-RC14 for timeout fix (#9240)
This commit is contained in:
parent
df038e78a7
commit
2488e973db
|
|
@ -15,7 +15,7 @@ ThisBuild / version := {
|
|||
nightlyVersion.getOrElse(v)
|
||||
}
|
||||
// update sbt.sh at root
|
||||
ThisBuild / Utils.sbtnVersion := "2.0.0-RC13"
|
||||
ThisBuild / Utils.sbtnVersion := "2.0.0-RC14"
|
||||
ThisBuild / versionScheme := Some("early-semver")
|
||||
ThisBuild / scalafmtOnCompile := !(Global / insideCI).value
|
||||
ThisBuild / Test / scalafmtOnCompile := !(Global / insideCI).value
|
||||
|
|
|
|||
Loading…
Reference in New Issue