Skip to content

Commit 7f64102

Browse files
committed
deps: use sbt 1.9.3 for the community build
1 parent 3e99edb commit 7f64102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: community-build/src/scala/dotty/communitybuild/projects.scala

+1-1
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.9.0",
143+
"-sbt-version", "1.9.3",
144144
"-Dsbt.supershell=false",
145145
s"-Ddotty.communitybuild.dir=$communitybuildDir",
146146
s"--addPluginSbtFile=$sbtPluginFilePath"

0 commit comments

Comments
 (0)