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 4f54f49 commit 3a5e2b4Copy full SHA for 3a5e2b4
project/Build.scala
@@ -772,7 +772,7 @@ object Build {
772
// (you need to have `cancelable in Global := true` in your global sbt config to ctrl+c a run)
773
fork in run := true,
774
libraryDependencies ++= Seq(
775
- "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.2.0",
+ "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.3.0",
776
Dependencies.`jackson-databind`
777
),
778
javaOptions := (javaOptions in `dotty-compiler-bootstrapped`).value,
0 commit comments