Update default version of java lsp to 1.3.0

This commit is contained in:
Adrian Kuschelyagi Malacoda 2021-09-12 03:30:19 -05:00
parent 8792bd45fc
commit 905e034137

View File

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