We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02cee1f + 53fe1a9 commit 94912d0Copy full SHA for 94912d0
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -121,7 +121,7 @@ final case class SbtCommunityProject(
121
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
122
case _ => Nil
123
extraSbtArgs ++ sbtProps ++ List(
124
- "-sbt-version", "1.4.7",
+ "-sbt-version", "1.4.9",
125
"-Dsbt.supershell=false",
126
s"-Ddotty.communitybuild.dir=$communitybuildDir",
127
s"--addPluginSbtFile=$sbtPluginFilePath"
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.4.7
+sbt.version=1.4.9
0 commit comments