@@ -104,8 +104,8 @@ object Build {
104
104
* scala-library.
105
105
*/
106
106
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 "
109
109
}
110
110
111
111
val dottyOrganization = " org.scala-lang"
@@ -1173,12 +1173,10 @@ object Build {
1173
1173
-- " ObjectTest.scala" // compile errors caused by #9588
1174
1174
-- " StackTraceTest.scala" // would require `npm install source-map-support`
1175
1175
-- " 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
1178
1176
)).get
1179
1177
1180
1178
++ (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
1182
1180
)).get
1183
1181
++ (dir / " js/src/test/require-sam" ** " *.scala" ).get
1184
1182
++ (dir / " js/src/test/scala-new-collections" ** " *.scala" ).get
@@ -1387,6 +1385,7 @@ object Build {
1387
1385
scriptedLaunchOpts ++= Seq (
1388
1386
" -Dplugin.version=" + version.value,
1389
1387
" -Dplugin.scalaVersion=" + dottyVersion,
1388
+ " -Dplugin.scala2Version=" + stdlibVersion(Bootstrapped ),
1390
1389
" -Dplugin.scalaJSVersion=" + scalaJSVersion,
1391
1390
" -Dsbt.boot.directory=" + ((ThisBuild / baseDirectory).value / " .sbt-scripted" ).getAbsolutePath // Workaround sbt/sbt#3469
1392
1391
),
0 commit comments