Skip to content

Commit 346c9d7

Browse files
authored
chore: use newer version of org.eclipse.lsp4j (#23808)
Now that the minimum version for the JVM is 17, we can effectively revert #20771
2 parents baac731 + 72bfa61 commit 346c9d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

project/Build.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,10 +2837,8 @@ object Build {
28372837
libraryDependencies ++= Seq(
28382838
"org.lz4" % "lz4-java" % "1.8.0",
28392839
"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",
2840+
"org.scalameta" % "mtags-interfaces" % mtagsVersion,
2841+
"com.google.guava" % "guava" % "33.2.1-jre",
28442842
),
28452843
libraryDependencies += ("org.scalameta" % "mtags-shared_2.13.16" % mtagsVersion % SourceDeps),
28462844
ivyConfigurations += SourceDeps.hide,

0 commit comments

Comments
 (0)