File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -752,9 +752,11 @@ object Build {
752752 fork in run := true ,
753753 fork in Test := true ,
754754 libraryDependencies ++= Seq (
755- " org.eclipse.lsp4j" % " org.eclipse.lsp4j" % " 0.5 .0" ,
755+ " org.eclipse.lsp4j" % " org.eclipse.lsp4j" % " 0.6 .0" ,
756756 Dependencies .`jackson-databind`
757757 ),
758+ // Work around https://github.com/eclipse/lsp4j/issues/295
759+ dependencyOverrides += " org.eclipse.xtend" % " org.eclipse.xtend.lib" % " 2.16.0" ,
758760 javaOptions := (javaOptions in `dotty-compiler-bootstrapped`).value,
759761
760762 run := Def .inputTaskDyn {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import sbt._
44 * to ensure the same version of the dependency is used in all projects
55 */
66object Dependencies {
7- private val jacksonVersion = " 2.9.0 "
7+ private val jacksonVersion = " 2.9.8 "
88 val `jackson-databind` =
99 " com.fasterxml.jackson.core" % " jackson-databind" % jacksonVersion
1010 val `jackson-dataformat-yaml` =
You can’t perform that action at this time.
0 commit comments