mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 09:15:06 +02:00
[2.0.x] Update sbtn to 2.0.0-RC14 for timeout fix (#9241)
This commit is contained in:
@@ -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 / Utils.version2_13 := "2.0.0-SNAPSHOT"
|
||||
ThisBuild / versionScheme := Some("early-semver")
|
||||
ThisBuild / scalafmtOnCompile := !(Global / insideCI).value
|
||||
|
||||
Reference in New Issue
Block a user