Skip to content

Commit

Permalink
Also update LSP dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
b-studios committed Dec 20, 2024
1 parent 7c554c1 commit 0126185
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 @@ -47,7 +47,7 @@ lazy val replDependencies = Seq(
)

lazy val lspDependencies = Seq(
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.12.0",
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.23.1",
"com.google.code.gson" % "gson" % "2.8.9"
)

Expand Down

0 comments on commit 0126185

Please sign in to comment.