Merge pull request #7871 from Friendseeker/prepare-sbt-1-10-6

[1.x] Prepare for sbt `1.10.6`
This commit is contained in:
eugene yokota 2024-11-05 11:56:39 -05:00 committed by GitHub
commit 10dac84f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.4
TEST_SBT_VER: 1.10.5
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.5-SNAPSHOT"
val v = "1.10.6-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"

View File

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

View File

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