File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
sbt-test/scala2-compat/erasure-scalajs Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1708,6 +1708,8 @@ object Build {
17081708 " -Dplugin.version=" + version.value,
17091709 " -Dplugin.scalaVersion=" + dottyVersion,
17101710 " -Dplugin.scala2Version=" + stdlibVersion(Bootstrapped ),
1711+ // The last version of Scala 2 that's cross-published for Scala.js 1.12 (version used by LTS)
1712+ " -Dplugin.scala2ForJSVersion=2.13.13" ,
17111713 " -Dplugin.scalaJSVersion=" + scalaJSVersion,
17121714 " -Dsbt.boot.directory=" + ((ThisBuild / baseDirectory).value / " .sbt-scripted" ).getAbsolutePath // Workaround sbt/sbt#3469
17131715 ),
Original file line number Diff line number Diff line change 11lazy val scala2Lib = project.in(file(" scala2Lib" ))
22 .enablePlugins(ScalaJSPlugin )
33 .settings(
4- scalaVersion := sys.props(" plugin.scala2Version " )
4+ scalaVersion := sys.props(" plugin.scala2ForJSVersion " )
55 )
66
77lazy val dottyApp = project.in(file(" dottyApp" ))
You can’t perform that action at this time.
0 commit comments