From a5dbaf7d0aee3b4229af85de8d2467ba9041dffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:49:06 +0000 Subject: [PATCH] Bump org.jetbrains.intellij.platform from 2.1.0 to 2.2.1 Bumps org.jetbrains.intellij.platform from 2.1.0 to 2.2.1. --- 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 84ab8f1..e34c9e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ plugins { // Kotlin support id("org.jetbrains.kotlin.jvm") version "2.1.0" // Gradle IntelliJ Plugin - id("org.jetbrains.intellij.platform") version "2.1.0" + id("org.jetbrains.intellij.platform") version "2.2.1" // Gradle Changelog Plugin id("org.jetbrains.changelog") version "2.2.1" // Gradle Qodana Plugin