We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a02369 commit 1436844Copy full SHA for 1436844
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -140,7 +140,7 @@ final case class SbtCommunityProject(
140
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
141
case _ => Nil
142
extraSbtArgs ++ sbtProps ++ List(
143
- "-sbt-version", "1.9.0",
+ "-sbt-version", "1.9.3",
144
"-Dsbt.supershell=false",
145
s"-Ddotty.communitybuild.dir=$communitybuildDir",
146
s"--addPluginSbtFile=$sbtPluginFilePath"
0 commit comments