From 2f47abcc02e0512bbcc402012da63112261174fb Mon Sep 17 00:00:00 2001 From: "G. Hentschke" <123444711+ghentschke@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:46:17 +0200 Subject: [PATCH] update LSP4E dependency in clangd bundle (#378) to be aligned with the lsp bundle --- bundles/org.eclipse.cdt.lsp.clangd/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.eclipse.cdt.lsp.clangd/META-INF/MANIFEST.MF b/bundles/org.eclipse.cdt.lsp.clangd/META-INF/MANIFEST.MF index 8e229bb..61ecadb 100644 --- a/bundles/org.eclipse.cdt.lsp.clangd/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.cdt.lsp.clangd/META-INF/MANIFEST.MF @@ -20,7 +20,7 @@ Require-Bundle: org.eclipse.cdt.lsp;bundle-version="0.0.0", org.eclipse.core.runtime;bundle-version="0.0.0", org.eclipse.jface;bundle-version="0.0.0", org.eclipse.jface.text;bundle-version="0.0.0", - org.eclipse.lsp4e;bundle-version="0.18.10", + org.eclipse.lsp4e;bundle-version="0.18.14", org.eclipse.lsp4j;bundle-version="0.22.0", org.eclipse.ui.editors;bundle-version="0.0.0", org.eclipse.ui.ide;bundle-version="0.0.0",