Skip to content

Commit 51acd80

Browse files
committed
Fix bootstrapped test dependency on scala2-library-tasty
1 parent badcdce commit 51acd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ object Build {
645645
"-Ddotty.tests.classes.jlineTerminal=" + findArtifactPath(externalDeps, "jline-terminal"),
646646
"-Ddotty.tests.classes.jlineReader=" + findArtifactPath(externalDeps, "jline-reader"),
647647
) ++
648-
jars.get("stdlib-bootstrapped-tasty").map("-Ddotty.tests.tasties.scalaLibrary=" + _)
648+
jars.get("scala2-library-tasty").map("-Ddotty.tests.tasties.scalaLibrary=" + _)
649649
},
650650

651651
javaOptions ++= Seq(

0 commit comments

Comments
 (0)