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