From b7a9e8b57acaa68e9e5cba3a946698341df7a8fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:28:07 +0000 Subject: [PATCH] Bump org.jetbrains.intellij.platform from 2.1.0 to 2.2.0 Bumps org.jetbrains.intellij.platform from 2.1.0 to 2.2.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform 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 f905a9b..d9e8332 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ plugins { // Kotlin support id("org.jetbrains.kotlin.jvm") version "1.9.22" // Gradle IntelliJ Plugin - id("org.jetbrains.intellij.platform") version "2.1.0" + id("org.jetbrains.intellij.platform") version "2.2.0" // Gradle Changelog Plugin id("org.jetbrains.changelog") version "2.2.1" // Gradle Qodana Plugin