Skip to content

Commit a28aee1

Browse files
authored
Merge pull request #13187 from SethTisue/cb-sbt-1.5.5
community build: sbt 1.5.5 (was 1.5.0)
2 parents 53252c8 + ab2c63f commit a28aee1

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
@@ -140,7 +140,7 @@ final case class SbtCommunityProject(
140140
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
141141
case _ => Nil
142142
extraSbtArgs ++ sbtProps ++ List(
143-
"-sbt-version", "1.5.0",
143+
"-sbt-version", "1.5.5",
144144
"-Dsbt.supershell=false",
145145
s"-Ddotty.communitybuild.dir=$communitybuildDir",
146146
s"--addPluginSbtFile=$sbtPluginFilePath"

0 commit comments

Comments
 (0)