update java LSP to 1.1.1

This commit is contained in:
Adrian Kuschelyagi Malacoda 2021-05-18 21:01:38 -05:00
parent 9af1594e32
commit bb8bd19f64

View File

@ -8,7 +8,7 @@ from .lsp import LspServer, command, get_data_home
FILE_URI = "file://"
VERSION = "0.64.0"
VERSION = "1.1.1"
DOWNLOADS_URI = "http://download.eclipse.org/jdtls/milestones/{version}/{file}"
LATEST = "latest.txt"