summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-09-23 15:00:16 +0200
committerMartin Polden <mpolden@mpolden.no>2021-09-23 19:56:43 +0200
commit84fbff34ed3bbe8ed15da0f232b115b20e43282a (patch)
tree3ae33eec960e8a71e38ba82e3d38bc27e46fb534 /Makefile
parent567592dfed5997d0ef524656203c7910f9c259b1 (diff)
makefile: Bump JDT LS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7322a87..79aa3a7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CURDIR ?= $(.CURDIR)
BREW ?= $(shell command -v brew 2> /dev/null)
JDT_LS_HOME ?= $(CURDIR)/eclipse.jdt.ls
-JDT_LS_VERSION ?= 1.2.0-202106301459
+JDT_LS_VERSION ?= 1.4.0-202109161824
LN_FLAGS := -sfn
COLOR := \033[32;01m