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
1 parent ee2f641 commit 72bfa61Copy full SHA for 72bfa61
project/Build.scala
@@ -2841,10 +2841,8 @@ object Build {
2841
libraryDependencies ++= Seq(
2842
"org.lz4" % "lz4-java" % "1.8.0",
2843
"io.get-coursier" % "interface" % "1.0.18",
2844
- ("org.scalameta" % "mtags-interfaces" % mtagsVersion)
2845
- .exclude("org.eclipse.lsp4j","org.eclipse.lsp4j")
2846
- .exclude("org.eclipse.lsp4j","org.eclipse.lsp4j.jsonrpc"),
2847
- "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.20.1",
+ "org.scalameta" % "mtags-interfaces" % mtagsVersion,
+ "com.google.guava" % "guava" % "33.2.1-jre",
2848
),
2849
libraryDependencies += ("org.scalameta" % "mtags-shared_2.13.16" % mtagsVersion % SourceDeps),
2850
ivyConfigurations += SourceDeps.hide,
0 commit comments