From 0ff367ebee4c4616c1247bec5650d5051ea8b64e Mon Sep 17 00:00:00 2001 From: Aparna Michael Date: Thu, 23 May 2024 13:21:10 +0530 Subject: [PATCH] Updated to May 22 nightly version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 210761e3b..449670e91 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ sourceCompatibility = 17 targetCompatibility = 17 def remoteRobotVersion = "0.11.18" -def lsp4ijNightlyVersion = '0.0.1-20240518-012816' +def lsp4ijNightlyVersion = '0.0.2-20240522-012848' repositories { mavenCentral()