Skip to content

Commit 3a5e2b4

Browse files
committed
Upgrade dotty-language-server dependency
1 parent 4f54f49 commit 3a5e2b4

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
@@ -772,7 +772,7 @@ object Build {
772772
// (you need to have `cancelable in Global := true` in your global sbt config to ctrl+c a run)
773773
fork in run := true,
774774
libraryDependencies ++= Seq(
775-
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.2.0",
775+
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.3.0",
776776
Dependencies.`jackson-databind`
777777
),
778778
javaOptions := (javaOptions in `dotty-compiler-bootstrapped`).value,

0 commit comments

Comments
 (0)