Skip to content

Commit

Permalink
Merge remote-tracking branch 'steward/update/org.eclipse.lsp4j-0.22.0…
Browse files Browse the repository at this point in the history
…' into updates-2024-04
  • Loading branch information
kubukoz committed Apr 11, 2024
2 parents eff0dc7 + 6d5030d commit c03a784
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.21.2",
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.22.0",
"io.circe" %% "circe-core" % "0.14.6",
"org.http4s" %% "http4s-ember-client" % "0.23.26",
"org.http4s" %% "http4s-ember-server" % "0.23.26" % Test,
Expand Down

0 comments on commit c03a784

Please sign in to comment.