There was an error while loading. Please reload this page.
2 parents 01cace1 + d31e398 commit 1643cfbCopy full SHA for 1643cfb
1 file changed
backend/src/main/scala/bloop/ScalaInstance.scala
@@ -84,7 +84,7 @@ final class ScalaInstance private (
84
private def hasScala3AdditionalLibraryName(filename: String): Boolean =
85
isDotty &&
86
(filename.startsWith("scala3-interfaces") || filename.startsWith("tasty-core") ||
87
- filename.startsWith("scala-asm"))
+ filename.startsWith("scala-asm")) || filename.startsWith("asm-")
88
89
private def isCompilerJar(file: File) = {
90
val name = file.getName()
0 commit comments