Skip to content

Commit 2b19933

Browse files
committed
chore: bump sbt to 1.12.0-M2
1 parent 34339ab commit 2b19933

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
@@ -114,7 +114,7 @@ final case class SbtCommunityProject(
114114
val sbtProps = Option(System.getProperty("sbt.ivy.home")) match
115115
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
116116
case _ => Nil
117-
extraSbtArgs ++ sbtProps ++ List("-sbt-version", "1.11.5", "-Dsbt.supershell=false", s"--addPluginSbtFile=$sbtPluginFilePath")
117+
extraSbtArgs ++ sbtProps ++ List("-sbt-version", "1.12.0-M2", "-Dsbt.supershell=false", s"--addPluginSbtFile=$sbtPluginFilePath")
118118

119119
object SbtCommunityProject:
120120
def scalacOptions = List(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.5
1+
sbt.version=1.12.0-M2

0 commit comments

Comments
 (0)