Skip to content

Commit

Permalink
Updated build gradle with new LSP4IJ nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnamichael committed Sep 25, 2024
1 parent c7350d7 commit 7381836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ targetCompatibility = 17

def remoteRobotVersion = "0.11.18"
// To switch to nightly version, append "@nightly" to the version number (i.e. 0.4.1-20240828-013108@nightly)
def lsp4ijVersion = '0.6.0-20240924-013148@nightly'
def lsp4ijVersion = '0.6.0-20240925-013147@nightly'

repositories {
mavenCentral()
Expand Down

0 comments on commit 7381836

Please sign in to comment.