Skip to content

Commit a7fda9e

Browse files
Backport "sbt 1.9.7 (was 1.9.3)" to LTS (#20882)
Backports #19581 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents e12999e + 8b66dc2 commit a7fda9e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: 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"

Diff for: 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
}

Diff for: 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)