@@ -104,8 +104,8 @@ object Build {
104104 * scala-library.
105105 */
106106 def stdlibVersion (implicit mode : Mode ): String = mode match {
107- case NonBootstrapped => " 2.13.5 "
108- case Bootstrapped => " 2.13.5 "
107+ case NonBootstrapped => " 2.13.6 "
108+ case Bootstrapped => " 2.13.6 "
109109 }
110110
111111 val dottyOrganization = " org.scala-lang"
@@ -1173,12 +1173,10 @@ object Build {
11731173 -- " ObjectTest.scala" // compile errors caused by #9588
11741174 -- " StackTraceTest.scala" // would require `npm install source-map-support`
11751175 -- " UnionTypeTest.scala" // requires the Scala 2 macro defined in Typechecking*.scala
1176- -- " PromiseMock.scala" // TODO: Enable once we use a Scala.js with https://github.com/scala-js/scala-js/pull/4451 in
1177- // and remove copy in tests/sjs-junit
11781176 )).get
11791177
11801178 ++ (dir / " js/src/test/require-2.12" ** ((" *.scala" : FileFilter )
1181- -- " JSOptionalTest212 .scala" // TODO: Enable once we use a Scala.js with https://github.com/scala-js/scala-js/pull/4451 in
1179+ -- " JSOptionalTest212FunParamInference .scala" // TODO: #11694
11821180 )).get
11831181 ++ (dir / " js/src/test/require-sam" ** " *.scala" ).get
11841182 ++ (dir / " js/src/test/scala-new-collections" ** " *.scala" ).get
@@ -1387,6 +1385,7 @@ object Build {
13871385 scriptedLaunchOpts ++= Seq (
13881386 " -Dplugin.version=" + version.value,
13891387 " -Dplugin.scalaVersion=" + dottyVersion,
1388+ " -Dplugin.scala2Version=" + stdlibVersion(Bootstrapped ),
13901389 " -Dplugin.scalaJSVersion=" + scalaJSVersion,
13911390 " -Dsbt.boot.directory=" + ((ThisBuild / baseDirectory).value / " .sbt-scripted" ).getAbsolutePath // Workaround sbt/sbt#3469
13921391 ),
0 commit comments