Skip to content

Commit b485d27

Browse files
authored
Upgrade to LSP4IJ 0.18.0. (#1437)
* Upgrade to LSP4IJ 0.18.0. Signed-off-by: Michael Glavassevich <[email protected]> * Include LSP4IJ 0.18.0 in the list of versions tested with LTI 25.0.9. Signed-off-by: Michael Glavassevich <[email protected]> --------- Signed-off-by: Michael Glavassevich <[email protected]>
1 parent 15c8805 commit b485d27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version '25.0.9'
1212

1313
def remoteRobotVersion = "0.11.23"
1414
// To switch to nightly version, append "@nightly" to the version number (i.e. 0.4.1-20240828-013108@nightly)
15-
def lsp4ijVersion = '0.17.0'
15+
def lsp4ijVersion = '0.18.0'
1616

1717
allprojects {
1818
sourceCompatibility = javaVersion

docs/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Liberty Tools for IntelliJ has an external dependency on [LSP4IJ](https://github
6565
| 24.0.12 | 0.8.1, 0.9.0, 0.10.0, 0.11.0, 0.12.0, 0.13.0 |
6666
| 25.0.5 | 0.13.0, 0.14.0, 0.14.2 |
6767
| 25.0.8 | 0.14.2, 0.15.0, 0.16.0, 0.16.1 |
68-
| 25.0.9 | 0.15.0, 0.16.0, 0.16.1, 0.17.0 |
68+
| 25.0.9 | 0.15.0, 0.16.0, 0.16.1, 0.17.0, 0.18.0 |
6969

7070
### Manually install specific release of the LSP4IJ plugin from the Marketplace
7171

0 commit comments

Comments
 (0)