From c904068d4874f291383119e9e98c6f70a998a364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 14:13:49 +0000 Subject: [PATCH] Bump org.jetbrains.intellij.platform from 2.0.1 to 2.1.0 Bumps org.jetbrains.intellij.platform from 2.0.1 to 2.1.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 822f578..fb94b9e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ import java.util.* plugins { `java-library` id("java") - id("org.jetbrains.intellij.platform") version "2.0.1" + id("org.jetbrains.intellij.platform") version "2.1.0" } // The first and last supported builds