summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-07-17 16:21:57 +0200
committerMartin Polden <mpolden@mpolden.no>2021-07-17 16:21:57 +0200
commit8bcfe56b0487e6f54d1988009c5fd39563ed9bef (patch)
treef97c79a287bbcc1fd9fbbbfd41aa6ee1c37010f3 /Makefile
parent2ea2e4896fd20bbb3457c9ea169c75a235d63f00 (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 e5902fb..99c9bf0 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.1.1-202105040117
+JDT_LS_VERSION ?= 1.2.0-202106301459
LN_FLAGS := -sfn
COLOR := \033[32;01m