Skip to content

Commit

Permalink
fix: correct minimum versions (#178)
Browse files Browse the repository at this point in the history
* fix: adjust minimum lsp4e version to Eclipse 2024-03

* fix: adjust minimum lsp4j version to 2024-03

* docs: update changelog
  • Loading branch information
bastiandoetsch committed May 28, 2024
1 parent 24a0295 commit 6f73f43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [2.1.0] - v20240412.114323
Expand Down
4 changes: 2 additions & 2 deletions plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.jdt.core,
org.eclipse.core.resources,
org.eclipse.lsp4e;bundle-version="0.18.9",
org.eclipse.lsp4e;bundle-version="0.18.4",
org.eclipse.lsp4e.jdt;bundle-version="0.13.0",
org.eclipse.equinox.security,
org.eclipse.equinox.security.ui,
org.eclipse.lsp4j;bundle-version="0.23.1",
org.eclipse.lsp4j;bundle-version="0.22.0",
org.eclipse.core.filebuffers,
org.eclipse.ui.workbench.texteditor,
org.eclipse.jface.text,
Expand Down

0 comments on commit 6f73f43

Please sign in to comment.