Skip to content

Commit 7aa0fb1

Browse files
Merge pull request #11380 from ttim/tabishev/bump_sbt
Upgrade to sbt 1.4.7
2 parents a7cb965 + 18a1b58 commit 7aa0fb1

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
@@ -175,7 +175,7 @@ final case class SbtCommunityProject(
175175
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
176176
case _ => Nil
177177
extraSbtArgs ++ sbtProps ++ List(
178-
"-sbt-version", "1.4.4",
178+
"-sbt-version", "1.4.7",
179179
"-Dsbt.supershell=false",
180180
s"--addPluginSbtFile=$sbtPluginFilePath"
181181
)

project/build.properties

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

0 commit comments

Comments
 (0)