We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc525a commit 2e85204Copy full SHA for 2e85204
project/Build.scala
@@ -870,7 +870,7 @@ object Build {
870
fork in run := true,
871
fork in Test := true,
872
libraryDependencies ++= Seq(
873
- "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.5.0.M1",
+ "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.5.0",
874
Dependencies.`jackson-databind`
875
),
876
javaOptions := (javaOptions in `dotty-compiler-bootstrapped`).value,
0 commit comments