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 b59042c commit 3e3619fCopy full SHA for 3e3619f
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