Skip to content

Commit

Permalink
Merge pull request #432 from scala-steward/update/org.eclipse.lsp4j-0…
Browse files Browse the repository at this point in the history
….23.1

Update org.eclipse.lsp4j to 0.23.1
  • Loading branch information
mergify[bot] authored May 23, 2024
2 parents 7de72ed + 0deaa0d commit 0663618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ lazy val languageSupport = module("language-support")
lazy val lsp = module("lsp")
.settings(
libraryDependencies ++= Seq(
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.23.0",
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.23.1",
"io.circe" %% "circe-core" % "0.14.7",
"org.http4s" %% "http4s-ember-client" % "0.23.27",
"org.http4s" %% "http4s-ember-server" % "0.23.27" % Test,
Expand Down

0 comments on commit 0663618

Please sign in to comment.