Skip to content

Commit 18a1b58

Browse files
committed
bump sbt to 1.4.7
1 parent a7cb965 commit 18a1b58

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)