From dac7e794364ead3f47ec9a5dc34871b72030da6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:24:47 +0000 Subject: [PATCH] Update gradle --- gradle/libs.versions.toml | 6 +++--- settings.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 633959c..4d36fce 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,10 +5,10 @@ serialization = "1.7.3" # plugins changelog = "2.2.1" -intellijPlatform = "2.1.0" -kotlin = "2.0.21" +intellijPlatform = "2.2.0" +kotlin = "2.1.0" kover = "0.8.3" -qodana = "2024.2.3" +qodana = "2024.3.2" [libraries] junit = { group = "junit", name = "junit", version.ref = "junit" } diff --git a/settings.gradle.kts b/settings.gradle.kts index b4ff447..55e3a16 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ rootProject.name = "intellij-shadcn-plugin" plugins { - id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" + id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" }