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 d224c75 commit e4c3df8Copy full SHA for e4c3df8
project/Build.scala
@@ -883,7 +883,7 @@ object Build {
883
dependsOn(`dotty-scala-library`).
884
settings(
885
managedClasspath in Compile ~= {
886
- _.filterNot(file => file.data.getName == "scala-library-2.13.3.jar")
+ _.filterNot(file => file.data.getName == s"scala-library-${stdlibVersion(Bootstrapped)}.jar")
887
}
888
)
889
0 commit comments