Skip to content

Commit ee2f641

Browse files
authored
chore: bump sbt to 1.11.5 (#23805)
sbt 1.11.5 better supports Scala 3.8.0+ Thanks @eed3si9n.
2 parents 712d5bc + 0a93944 commit ee2f641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ final case class SbtCommunityProject(
128128
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
129129
case _ => Nil
130130
extraSbtArgs ++ sbtProps ++ List(
131-
"-sbt-version", "1.10.7",
131+
"-sbt-version", "1.11.5",
132132
"-Dsbt.supershell=false",
133133
s"-Ddotty.communitybuild.dir=$communitybuildDir",
134134
s"--addPluginSbtFile=$sbtPluginFilePath"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.0
1+
sbt.version=1.11.5

0 commit comments

Comments
 (0)