summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2018-04-14 18:12:38 -0700
committerGeorge Fraser <george@fivetran.com>2018-04-14 18:12:38 -0700
commit29504ed7bb0d5d370d1baaec479be76ad32b1816 (patch)
tree086b9de40ba6e4968604e2bff5f7c070505b2e62 /pom.xml
parente3d4bd5c634ee758e63734233093e2dbb856584e (diff)
downloadjava-language-server-29504ed7bb0d5d370d1baaec479be76ad32b1816.zip
Upgrade deps, switch to stdio
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7242a2b..ff52e7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
- <version>0.2.1</version>
+ <version>0.4.0.M6</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>