Skip to content

Commit 2d7e988

Browse files
committed
Revert "Avoid pulling broken Maven artifact"
This reverts commit e287403. Now unnecessary.
1 parent e287403 commit 2d7e988

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,8 +874,7 @@ object Build {
874874
fork in run := true,
875875
fork in Test := true,
876876
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"),
877+
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.5.0",
879878
Dependencies.`jackson-databind`
880879
),
881880
javaOptions := (javaOptions in `dotty-compiler-bootstrapped`).value,

0 commit comments

Comments
 (0)