Skip to content

Commit 3e3619f

Browse files
committed
Use stdlibVersion library verion
1 parent b59042c commit 3e3619f

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
@@ -883,7 +883,7 @@ object Build {
883883
dependsOn(`dotty-scala-library`).
884884
settings(
885885
managedClasspath in Compile ~= {
886-
_.filterNot(file => file.data.getName == "scala-library-2.13.3.jar")
886+
_.filterNot(file => file.data.getName == s"scala-library-${stdlibVersion(Bootstrapped)}.jar")
887887
}
888888
)
889889

0 commit comments

Comments
 (0)