Skip to content

Commit 6f73f43

Browse files
fix: correct minimum versions (#178)
* fix: adjust minimum lsp4e version to Eclipse 2024-03 * fix: adjust minimum lsp4j version to 2024-03 * docs: update changelog
1 parent 24a0295 commit 6f73f43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [2.2.0] - Unreleased
44
### Changes
5-
- require lsp4e 0.18.9 and lsp4j 0.23.1 as minimum versions
5+
- require lsp4e 0.18.4 and lsp4j 0.22.0 as minimum versions (Eclipse 2024-03)
66
- update release process & update sites to https://static.snyk.io/eclipse/preview and https://static.snyk.io/eclipse/stable
77

88
## [2.1.0] - v20240412.114323

plugin/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Require-Bundle: org.eclipse.ui,
1010
org.eclipse.core.runtime,
1111
org.eclipse.jdt.core,
1212
org.eclipse.core.resources,
13-
org.eclipse.lsp4e;bundle-version="0.18.9",
13+
org.eclipse.lsp4e;bundle-version="0.18.4",
1414
org.eclipse.lsp4e.jdt;bundle-version="0.13.0",
1515
org.eclipse.equinox.security,
1616
org.eclipse.equinox.security.ui,
17-
org.eclipse.lsp4j;bundle-version="0.23.1",
17+
org.eclipse.lsp4j;bundle-version="0.22.0",
1818
org.eclipse.core.filebuffers,
1919
org.eclipse.ui.workbench.texteditor,
2020
org.eclipse.jface.text,

0 commit comments

Comments
 (0)