Skip to content

Commit 3437606

Browse files
authored
Merge pull request #519 from scala-steward/update/org.eclipse.lsp4j-0.24.0
Update org.eclipse.lsp4j to 0.24.0
2 parents 8d1ca2d + 374f3b2 commit 3437606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ lazy val languageSupport = module("language-support")
202202
lazy val lsp = module("lsp")
203203
.settings(
204204
libraryDependencies ++= Seq(
205-
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.23.1",
205+
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.24.0",
206206
"io.circe" %% "circe-core" % "0.14.10",
207207
"org.http4s" %% "http4s-ember-client" % "0.23.30",
208208
"org.http4s" %% "http4s-ember-server" % "0.23.30" % Test,

0 commit comments

Comments
 (0)