Merge pull request #7802 from Friendseeker/bump-sbt

[1.x] Bump sbt to 1.10.3
This commit is contained in:
eugene yokota 2024-10-21 21:37:42 -04:00 committed by GitHub
commit be0809c00f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ import scala.util.Try
// ThisBuild settings take lower precedence,
// but can be shared across the multi projects.
ThisBuild / version := {
val v = "1.10.2-SNAPSHOT"
val v = "1.10.4-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"

View File

@ -121,7 +121,7 @@ val root = (project in file(".")).
file
},
// update sbt.sh at root
sbtnVersion := "1.10.0",
sbtnVersion := "1.10.3",
sbtnJarsBaseUrl := "https://github.com/sbt/sbtn-dist/releases/download",
sbtnJarsMappings := {
val baseUrl = sbtnJarsBaseUrl.value

View File

@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.3

View File

@ -1,6 +1,6 @@
# This tests that this sbt scripted plugin can launch the previous one
> ^^1.10.1
> ^^1.10.2
$ copy-file changes/A.scala src/sbt-test/a/b/A.scala
> scripted