From 67cbcdbadfc0a8da9a19640fca4f42abe9582916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:52:24 -0600 Subject: [PATCH] chore(deps): update dependency org.jetbrains.intellij.platform to v2.2.0 (#96) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index baf32bd..d5f054f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ junit = "4.13.2" # plugins changelog = "2.2.1" -intelliJPlatform = "2.1.0" +intelliJPlatform = "2.2.0" kotlin = "2.1.0" kover = "0.8.3" qodana = "2024.2.6"