Skip to content

Commit

Permalink
Merge pull request #1055 from dessina-devasia/update-latest-lcls
Browse files Browse the repository at this point in the history
Update LCLS version to 2.2
  • Loading branch information
dessina-devasia authored Oct 29, 2024
2 parents 7c8b0de + 96dac58 commit 347d163
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ dependencies {
exclude group: 'org.eclipse.lsp4j'
exclude group: 'com.google.code.gson'
}
implementation 'io.openliberty.tools:liberty-langserver-lemminx:2.1.2'
implementation ('io.openliberty.tools:liberty-langserver:2.1.2') {
implementation 'io.openliberty.tools:liberty-langserver-lemminx:2.2'
implementation ('io.openliberty.tools:liberty-langserver:2.2') {
exclude group: 'org.eclipse.lsp4j'
exclude group: 'com.google.code.gson'
}
Expand Down Expand Up @@ -117,10 +117,10 @@ dependencies {
lsp('org.eclipse.lemminx:org.eclipse.lemminx:0.26.1:uber') {
transitive = false
}
lsp('io.openliberty.tools:liberty-langserver-lemminx:2.1.2:jar-with-dependencies') {
lsp('io.openliberty.tools:liberty-langserver-lemminx:2.2:jar-with-dependencies') {
transitive = false
}
lsp('io.openliberty.tools:liberty-langserver:2.1.2:jar-with-dependencies') {
lsp('io.openliberty.tools:liberty-langserver:2.2:jar-with-dependencies') {
transitive = false
}
lsp('org.eclipse.lsp4jakarta:org.eclipse.lsp4jakarta.ls:0.2.0:jar-with-dependencies') {
Expand Down

0 comments on commit 347d163

Please sign in to comment.