We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f53f73 + 4296d2d commit ad52c45Copy full SHA for ad52c45
project/Build.scala
@@ -1136,8 +1136,10 @@ object Build {
1136
libraryDependencies ++= Seq(
1137
"org.lz4" % "lz4-java" % "1.8.0",
1138
"io.get-coursier" % "interface" % "1.0.18",
1139
- "org.scalameta" % "mtags-interfaces" % mtagsVersion,
1140
- "com.google.guava" % "guava" % "33.2.1-jre"
+ ("org.scalameta" % "mtags-interfaces" % mtagsVersion)
+ .exclude("org.eclipse.lsp4j","org.eclipse.lsp4j")
1141
+ .exclude("org.eclipse.lsp4j","org.eclipse.lsp4j.jsonrpc"),
1142
+ "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.20.1",
1143
),
1144
libraryDependencies += ("org.scalameta" % "mtags-shared_2.13.12" % mtagsVersion % SourceDeps),
1145
ivyConfigurations += SourceDeps.hide,
0 commit comments