Skip to content

Commit b0d2fd9

Browse files
committed
Bump jdtls
1 parent b3f2081 commit b0d2fd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<artifactItem>
118118
<groupId>com.microsoft.java</groupId>
119119
<artifactId>com.microsoft.java.debug.plugin</artifactId>
120-
<version>0.30.0</version>
120+
<version>0.34.0</version>
121121
<outputDirectory>${java.debug.root}</outputDirectory>
122122
<destFileName>java.debug.plugin.jar</destFileName>
123123
</artifactItem>

lsp-java.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The slash is expected at the end."
4747
:risky t
4848
:type 'directory)
4949

50-
(defcustom lsp-java-jdt-download-url "https://download.eclipse.org/jdtls/milestones/1.0.0/jdt-language-server-1.0.0-202104151857.tar.gz"
50+
(defcustom lsp-java-jdt-download-url "https://download.eclipse.org/jdtls/milestones/1.4.0/jdt-language-server-1.4.0-202109161824.tar.gz"
5151
"JDT JS download url.
5252
Use http://download.eclipse.org/che/che-ls-jdt/snapshots/che-jdt-language-server-latest.tar.gz if you want to use Eclipse Che JDT LS."
5353
:group 'lsp-java

0 commit comments

Comments
 (0)