We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cee1f commit 53fe1a9Copy full SHA for 53fe1a9
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