Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version '25.0.9'

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

allprojects {
sourceCompatibility = javaVersion
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Liberty Tools for IntelliJ has an external dependency on [LSP4IJ](https://github
| 24.0.12 | 0.8.1, 0.9.0, 0.10.0, 0.11.0, 0.12.0, 0.13.0 |
| 25.0.5 | 0.13.0, 0.14.0, 0.14.2 |
| 25.0.8 | 0.14.2, 0.15.0, 0.16.0, 0.16.1 |
| 25.0.9 | 0.15.0, 0.16.0, 0.16.1, 0.17.0 |
| 25.0.9 | 0.15.0, 0.16.0, 0.16.1, 0.17.0, 0.18.0 |

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

Expand Down
Loading