Skip to content

Commit 965f06a

Browse files
authored
Merge pull request #564 from scala/backport-lts-3.3-23805
Backport "chore: bump sbt to 1.11.5" to 3.3 LTS
2 parents d79c7b0 + 98bab5c commit 965f06a

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)