Skip to content

Commit 94912d0

Browse files
authored
Merge pull request #11737 from griggt/sbt-1.4.9
Bump sbt to 1.4.9
2 parents 02cee1f + 53fe1a9 commit 94912d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ final case class SbtCommunityProject(
121121
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
122122
case _ => Nil
123123
extraSbtArgs ++ sbtProps ++ List(
124-
"-sbt-version", "1.4.7",
124+
"-sbt-version", "1.4.9",
125125
"-Dsbt.supershell=false",
126126
s"-Ddotty.communitybuild.dir=$communitybuildDir",
127127
s"--addPluginSbtFile=$sbtPluginFilePath"

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.4.7
1+
sbt.version=1.4.9

0 commit comments

Comments
 (0)