Skip to content

Commit

Permalink
bugfix: Exclude both sourcecode and ccollection-compat correctly (#3105)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik authored Aug 19, 2024
1 parent fa15d19 commit 4119040
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ object Deps {
def scalametaSemanticDbShared =
ivy"org.scalameta:semanticdb-shared_${Scala.scala213}:${Versions.scalaMeta}"
.exclude("org.jline" -> "jline") // to prevent incompatibilities with GraalVM <23
.exclude("com.lihaoyi" -> "sourcecode")
.exclude("com.lihaoyi" -> "sourcecode_2.13")
.exclude("org.scala-lang.modules" -> "scala-collection-compat_2.13")
def signingCliShared =
ivy"org.virtuslab.scala-cli-signing::shared:${Versions.signingCli}"
// to prevent collisions with scala-cli's case-app version
Expand Down

0 comments on commit 4119040

Please sign in to comment.