Skip to content

Commit

Permalink
Upgrade to LSP4MP 0.13.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Glavassevich <[email protected]>
  • Loading branch information
mrglavas committed Oct 29, 2024
1 parent 347d163 commit 3029998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ configurations {

dependencies {

implementation ('org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:0.12.0') {
implementation ('org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:0.13.0') {
exclude group: 'org.eclipse.lsp4j'
exclude group: 'com.google.code.gson'
}
Expand Down Expand Up @@ -111,7 +111,7 @@ dependencies {
testImplementation 'com.automation-remarks:video-recorder-junit5:2.0'

// define jars to grab locally (if falling back to mavenLocal() repo)
lsp('org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:0.12.0:uber') {
lsp('org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:0.13.0:uber') {
transitive = false
}
lsp('org.eclipse.lemminx:org.eclipse.lemminx:0.26.1:uber') {
Expand Down

0 comments on commit 3029998

Please sign in to comment.