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 2b6ec51 commit 799c6c2Copy full SHA for 799c6c2
project/Build.scala
@@ -874,7 +874,8 @@ object Build {
874
fork in run := true,
875
fork in Test := true,
876
libraryDependencies ++= Seq(
877
- "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.5.0",
+ "org.eclipse.xtend" % "org.eclipse.xtend.lib" % "2.16.0",
878
+ "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.5.0" exclude ("org.eclipse.xtend", "org.eclipse.xtend.lib"),
879
Dependencies.`jackson-databind`
880
),
881
javaOptions := (javaOptions in `dotty-compiler-bootstrapped`).value,
0 commit comments