We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badcdce commit 51acd80Copy full SHA for 51acd80
project/Build.scala
@@ -645,7 +645,7 @@ object Build {
645
"-Ddotty.tests.classes.jlineTerminal=" + findArtifactPath(externalDeps, "jline-terminal"),
646
"-Ddotty.tests.classes.jlineReader=" + findArtifactPath(externalDeps, "jline-reader"),
647
) ++
648
- jars.get("stdlib-bootstrapped-tasty").map("-Ddotty.tests.tasties.scalaLibrary=" + _)
+ jars.get("scala2-library-tasty").map("-Ddotty.tests.tasties.scalaLibrary=" + _)
649
},
650
651
javaOptions ++= Seq(
0 commit comments