Skip to content

Commit 6af5189

Browse files
authored
sbt 1.9.7 (was 1.9.3) (#19581)
modeled on #18322 I found that we cannot go to 1.9.8 right now, because the self-hosted part of our GitHub Actions setup runs afoul of sbt/sbt#7463, which will supposedly be fixed in sbt 1.10.0 compiler-interface going just to 1.9.6 is intentional — that's the most recent published version, as per https://github.com/sbt/zinc/releases/ ~(gonna let CI tell me if anything else is needed besides the simple version number bumping)~
2 parents 2655768 + 19a6990 commit 6af5189

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ final case class SbtCommunityProject(
140140
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
141141
case _ => Nil
142142
extraSbtArgs ++ sbtProps ++ List(
143-
"-sbt-version", "1.9.3",
143+
"-sbt-version", "1.9.7",
144144
"-Dsbt.supershell=false",
145145
s"-Ddotty.communitybuild.dir=$communitybuildDir",
146146
s"--addPluginSbtFile=$sbtPluginFilePath"

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ object Dependencies {
2828
"com.vladsch.flexmark" % "flexmark-ext-yaml-front-matter" % flexmarkVersion,
2929
)
3030

31-
val compilerInterface = "org.scala-sbt" % "compiler-interface" % "1.9.3"
31+
val compilerInterface = "org.scala-sbt" % "compiler-interface" % "1.9.6"
3232
}

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.3
1+
sbt.version=1.9.7
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.3
1+
sbt.version=1.9.7
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.3
1+
sbt.version=1.9.7

0 commit comments

Comments
 (0)