From a0349d4446f7967a2016a9d47d70f517594092b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:38:53 +0000 Subject: [PATCH] build(deps): 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5c74060..a3e336a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "java" - id "org.jetbrains.intellij.platform" version "2.0.1" + id "org.jetbrains.intellij.platform" version "2.1.0" id "jacoco" }