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 {
752
752
fork in run := true ,
753
753
fork in Test := true ,
754
754
libraryDependencies ++= Seq (
755
- " org.eclipse.lsp4j" % " org.eclipse.lsp4j" % " 0.5 .0" ,
755
+ " org.eclipse.lsp4j" % " org.eclipse.lsp4j" % " 0.6 .0" ,
756
756
Dependencies .`jackson-databind`
757
757
),
758
+ // Work around https://github.com/eclipse/lsp4j/issues/295
759
+ dependencyOverrides += " org.eclipse.xtend" % " org.eclipse.xtend.lib" % " 2.16.0" ,
758
760
javaOptions := (javaOptions in `dotty-compiler-bootstrapped`).value,
759
761
760
762
run := Def .inputTaskDyn {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import sbt._
4
4
* to ensure the same version of the dependency is used in all projects
5
5
*/
6
6
object Dependencies {
7
- private val jacksonVersion = " 2.9.0 "
7
+ private val jacksonVersion = " 2.9.8 "
8
8
val `jackson-databind` =
9
9
" com.fasterxml.jackson.core" % " jackson-databind" % jacksonVersion
10
10
val `jackson-dataformat-yaml` =
You can’t perform that action at this time.
0 commit comments