Skip to content

Commit

Permalink
sbt 1.9.7 (was 1.9.3) (#19581)
Browse files Browse the repository at this point in the history
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)~
  • Loading branch information
adpi2 authored Feb 5, 2024
2 parents 2655768 + 19a6990 commit 6af5189
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ final case class SbtCommunityProject(
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
case _ => Nil
extraSbtArgs ++ sbtProps ++ List(
"-sbt-version", "1.9.3",
"-sbt-version", "1.9.7",
"-Dsbt.supershell=false",
s"-Ddotty.communitybuild.dir=$communitybuildDir",
s"--addPluginSbtFile=$sbtPluginFilePath"
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ object Dependencies {
"com.vladsch.flexmark" % "flexmark-ext-yaml-front-matter" % flexmarkVersion,
)

val compilerInterface = "org.scala-sbt" % "compiler-interface" % "1.9.3"
val compilerInterface = "org.scala-sbt" % "compiler-interface" % "1.9.6"
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.3
sbt.version=1.9.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.3
sbt.version=1.9.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.3
sbt.version=1.9.7

0 comments on commit 6af5189

Please sign in to comment.