We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
org.eclipse.lsp4j
2 parents baac731 + 72bfa61 commit 346c9d7Copy full SHA for 346c9d7
project/Build.scala
@@ -2837,10 +2837,8 @@ object Build {
2837
libraryDependencies ++= Seq(
2838
"org.lz4" % "lz4-java" % "1.8.0",
2839
"io.get-coursier" % "interface" % "1.0.18",
2840
- ("org.scalameta" % "mtags-interfaces" % mtagsVersion)
2841
- .exclude("org.eclipse.lsp4j","org.eclipse.lsp4j")
2842
- .exclude("org.eclipse.lsp4j","org.eclipse.lsp4j.jsonrpc"),
2843
- "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.20.1",
+ "org.scalameta" % "mtags-interfaces" % mtagsVersion,
+ "com.google.guava" % "guava" % "33.2.1-jre",
2844
),
2845
libraryDependencies += ("org.scalameta" % "mtags-shared_2.13.16" % mtagsVersion % SourceDeps),
2846
ivyConfigurations += SourceDeps.hide,
0 commit comments