mirror of https://github.com/sbt/sbt.git
Bump sbt to 1.10.3
This commit is contained in:
parent
34fe56d56e
commit
f6d7f33261
|
|
@ -11,7 +11,7 @@ import scala.util.Try
|
||||||
// ThisBuild settings take lower precedence,
|
// ThisBuild settings take lower precedence,
|
||||||
// but can be shared across the multi projects.
|
// but can be shared across the multi projects.
|
||||||
ThisBuild / version := {
|
ThisBuild / version := {
|
||||||
val v = "1.10.2-SNAPSHOT"
|
val v = "1.10.4-SNAPSHOT"
|
||||||
nightlyVersion.getOrElse(v)
|
nightlyVersion.getOrElse(v)
|
||||||
}
|
}
|
||||||
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
|
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,7 @@ val root = (project in file(".")).
|
||||||
file
|
file
|
||||||
},
|
},
|
||||||
// update sbt.sh at root
|
// update sbt.sh at root
|
||||||
sbtnVersion := "1.10.0",
|
sbtnVersion := "1.10.3",
|
||||||
sbtnJarsBaseUrl := "https://github.com/sbt/sbtn-dist/releases/download",
|
sbtnJarsBaseUrl := "https://github.com/sbt/sbtn-dist/releases/download",
|
||||||
sbtnJarsMappings := {
|
sbtnJarsMappings := {
|
||||||
val baseUrl = sbtnJarsBaseUrl.value
|
val baseUrl = sbtnJarsBaseUrl.value
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
sbt.version=1.10.1
|
sbt.version=1.10.3
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This tests that this sbt scripted plugin can launch the previous one
|
# 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
|
$ copy-file changes/A.scala src/sbt-test/a/b/A.scala
|
||||||
> scripted
|
> scripted
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue