Prepare for sbt 1.10.7

This commit is contained in:
Friendseeker 2024-12-19 12:26:32 -08:00
parent 4318b5384b
commit 30c7be8d0d
4 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ jobs:
JVM_OPTS: -Xms800M -Xmx2G -Xss6M -XX:ReservedCodeCacheSize=128M -server -Dsbt.io.virtual=false -Dfile.encoding=UTF-8
SCALA_212: 2.12.20
UTIL_TESTS: "utilCache/test utilControl/test utilInterface/test utilLogging/test utilPosition/test utilRelation/test utilScripted/test utilTracking/test"
TEST_SBT_VER: 1.10.5
TEST_SBT_VER: 1.10.6
SBT_ETC_FILE: $HOME/etc/sbt/sbtopts
JDK11: adopt@1.11.0-9
SPARK_LOCAL_IP: "127.0.0.1"

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.6-SNAPSHOT"
val v = "1.10.7-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"

View File

@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6

View File

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