Skip to content

Commit

Permalink
Backport "bugfix: Exclude newer LSP4j, which is built on JDK 11" to L…
Browse files Browse the repository at this point in the history
…TS (#21145)

Backports #20771 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
  • Loading branch information
WojciechMazur authored Jul 10, 2024
2 parents 5f53f73 + 4296d2d commit ad52c45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1136,8 +1136,10 @@ object Build {
libraryDependencies ++= Seq(
"org.lz4" % "lz4-java" % "1.8.0",
"io.get-coursier" % "interface" % "1.0.18",
"org.scalameta" % "mtags-interfaces" % mtagsVersion,
"com.google.guava" % "guava" % "33.2.1-jre"
("org.scalameta" % "mtags-interfaces" % mtagsVersion)
.exclude("org.eclipse.lsp4j","org.eclipse.lsp4j")
.exclude("org.eclipse.lsp4j","org.eclipse.lsp4j.jsonrpc"),
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.20.1",
),
libraryDependencies += ("org.scalameta" % "mtags-shared_2.13.12" % mtagsVersion % SourceDeps),
ivyConfigurations += SourceDeps.hide,
Expand Down

0 comments on commit ad52c45

Please sign in to comment.