From 87efdb722b737c6fbfdedb25b665b14dfef0c924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20G=C3=B3mez?= Date: Fri, 26 Sep 2025 12:52:00 +0200 Subject: [PATCH] feat: add 2025.3 IDEs support --- .intellijPlatform/self-update.lock | 2 +- build.gradle | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.intellijPlatform/self-update.lock b/.intellijPlatform/self-update.lock index 2546a05..86fa243 100644 --- a/.intellijPlatform/self-update.lock +++ b/.intellijPlatform/self-update.lock @@ -1 +1 @@ -2025-05-30 \ No newline at end of file +2025-09-26 \ No newline at end of file diff --git a/build.gradle b/build.gradle index 8401ad0..bf7bad9 100644 --- a/build.gradle +++ b/build.gradle @@ -33,11 +33,12 @@ intellijPlatform { version = project.version ideaVersion { sinceBuild = '242' - untilBuild = '252.*' + untilBuild = '253.*' } changeNotes = """