summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-03-23 22:52:19 +0100
committerMartin Polden <mpolden@mpolden.no>2023-03-23 22:53:28 +0100
commit4db31bbcfb29cbd6c257e882ca874d3204857c41 (patch)
tree8e0124c6c75edcc11e0be22fc1d9426a7731f66c /Makefile
parent9bff311fe9f57ed45d77833e5e56e3b14b225fe0 (diff)
makefile: bump jdtls
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af75398..a93b892 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CURDIR ?= $(.CURDIR)
BREW ?= $(shell command -v brew 2> /dev/null)
-JDT_LS_VERSION ?= 1.17.0
+JDT_LS_VERSION ?= 1.21.0
PREFIX ?= $(HOME)/.local/stow
JDT_LS_HOME ?= $(PREFIX)/eclipse.jdt.ls-$(JDT_LS_VERSION)