From 02808e75461b558c91a3149b0cd6ee41b7fb3e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:58:00 +0000 Subject: [PATCH] Bump org.jetbrains.intellij.platform from 2.9.0 to 2.10.5 Bumps org.jetbrains.intellij.platform from 2.9.0 to 2.10.5. --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.10.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 63e9f1c..612464d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { // Kotlin support id("org.jetbrains.kotlin.jvm") version "2.2.21" // Gradle IntelliJ Plugin - id("org.jetbrains.intellij.platform") version "2.9.0" + id("org.jetbrains.intellij.platform") version "2.10.5" // Gradle Grammar-Kit Plugin id("org.jetbrains.grammarkit") version "2023.3.0.1" // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin