Skip to content

Commit

Permalink
Merge pull request #14120 from dotty-staging/upgrade-sbt-to-1.5.7
Browse files Browse the repository at this point in the history
Upgrade SBT to 1.5.7
  • Loading branch information
nicolasstucki authored Dec 16, 2021
2 parents 5ed0586 + 6ff2f92 commit 3f7a7ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ final case class SbtCommunityProject(
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
case _ => Nil
extraSbtArgs ++ sbtProps ++ List(
"-sbt-version", "1.5.6",
"-sbt-version", "1.5.7",
"-Dsbt.supershell=false",
s"-Ddotty.communitybuild.dir=$communitybuildDir",
s"--addPluginSbtFile=$sbtPluginFilePath"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.6
sbt.version=1.5.7

0 comments on commit 3f7a7ae

Please sign in to comment.