Skip to content

Commit ac6d2d2

Browse files
authored
bugfix: Exclude sourcecode dependency (#3094)
This dependency is not needed for us and might clash with sourcecode_3 on our classpath We don't shade sourcecode due to issues in scalafmt scalameta/scalameta#3468 Fixes #3088
1 parent 152d717 commit ac6d2d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/deps.sc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ object Deps {
208208
def scalametaSemanticDbShared =
209209
ivy"org.scalameta:semanticdb-shared_${Scala.scala213}:${Versions.scalaMeta}"
210210
.exclude("org.jline" -> "jline") // to prevent incompatibilities with GraalVM <23
211+
.exclude("com.lihaoyi" -> "sourcecode")
211212
def signingCliShared =
212213
ivy"org.virtuslab.scala-cli-signing::shared:${Versions.signingCli}"
213214
// to prevent collisions with scala-cli's case-app version

0 commit comments

Comments
 (0)