Skip to content

Commit 4119040

Browse files
authored
bugfix: Exclude both sourcecode and ccollection-compat correctly (#3105)
1 parent fa15d19 commit 4119040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/deps.sc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ object Deps {
211211
def scalametaSemanticDbShared =
212212
ivy"org.scalameta:semanticdb-shared_${Scala.scala213}:${Versions.scalaMeta}"
213213
.exclude("org.jline" -> "jline") // to prevent incompatibilities with GraalVM <23
214-
.exclude("com.lihaoyi" -> "sourcecode")
214+
.exclude("com.lihaoyi" -> "sourcecode_2.13")
215+
.exclude("org.scala-lang.modules" -> "scala-collection-compat_2.13")
215216
def signingCliShared =
216217
ivy"org.virtuslab.scala-cli-signing::shared:${Versions.signingCli}"
217218
// to prevent collisions with scala-cli's case-app version

0 commit comments

Comments
 (0)