Skip to content

Commit 39cb28a

Browse files
committed
update dependency to lsp4e to version 0.21.0 since the corresponding API is required
1 parent 33a20f6 commit 39cb28a

File tree

1 file changed

+3
-3
lines changed
  • eclipse-language-servers/org.springframework.tooling.boot.ls/META-INF

1 file changed

+3
-3
lines changed

eclipse-language-servers/org.springframework.tooling.boot.ls/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
1212
org.eclipse.jdt.ui;bundle-version="3.13.0",
1313
org.eclipse.tm4e.core;bundle-version="0.1.0",
1414
org.eclipse.tm4e.ui;bundle-version="0.1.0",
15-
org.eclipse.lsp4e;bundle-version="0.13.1.202003021135",
16-
org.eclipse.lsp4j;bundle-version="0.9.0",
17-
org.eclipse.lsp4j.jsonrpc;bundle-version="0.9.0",
15+
org.eclipse.lsp4e;bundle-version="0.21.0",
16+
org.eclipse.lsp4j;bundle-version="0.19.0",
17+
org.eclipse.lsp4j.jsonrpc;bundle-version="0.19.0",
1818
org.eclipse.ui.workbench,
1919
org.eclipse.jface,
2020
org.springframework.tooling.ls.eclipse.commons;bundle-version="0.2.0",

0 commit comments

Comments
 (0)