Skip to content

Commit eb2e041

Browse files
authored
Downgrade sbt to 1.12.1 (was 1.12.10) (#25995)
Workaround for sbt/sbt#9185. As suggested in #25973 (comment).
1 parent b8210ea commit eb2e041

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ final case class SbtCommunityProject(
117117
val sbtProps = Option(System.getProperty("sbt.ivy.home")) match
118118
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
119119
case _ => Nil
120-
extraSbtArgs ++ sbtProps ++ List("-sbt-version", "1.12.9", "-Dsbt.supershell=false", s"--addPluginSbtFile=$sbtPluginFilePath")
120+
extraSbtArgs ++ sbtProps ++ List("-sbt-version", "1.12.1", "-Dsbt.supershell=false", s"--addPluginSbtFile=$sbtPluginFilePath")
121121

122122
object SbtCommunityProject:
123123
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.12.10
1+
sbt.version=1.12.1

0 commit comments

Comments
 (0)