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 36c2e34 commit 33d76d4Copy full SHA for 33d76d4
project/Build.scala
@@ -683,8 +683,7 @@ object Build {
683
Map(
684
"dotty-interfaces" -> packageBin.in(`dotty-interfaces`, Compile).value,
685
"dotty-compiler" -> packageBin.in(Compile).value,
686
- "dotty-library" -> packageBin.in(`dotty-library`, Compile).value,
687
- "dotty-compiler-test" -> packageBin.in(Test).value
+ "dotty-library" -> packageBin.in(`dotty-library`, Compile).value
688
).mapValues(_.getAbsolutePath)
689
}
690
)
0 commit comments