Skip to content

Commit 5a8b5eb

Browse files
committed
Upgrade to lsp4j 0.5.0
1 parent f2b0b8a commit 5a8b5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ object Build {
870870
fork in run := true,
871871
fork in Test := true,
872872
libraryDependencies ++= Seq(
873-
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.5.0.M1",
873+
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.5.0",
874874
Dependencies.`jackson-databind`
875875
),
876876
javaOptions := (javaOptions in `dotty-compiler-bootstrapped`).value,

0 commit comments

Comments
 (0)