From 6abd61fd68b2227751c9bf19d7fc1808de0c48e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:46:28 +0000 Subject: [PATCH] Update plugin intellij to v1.17.4 (#312) 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 249d1e9..edbc284 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,4 +17,4 @@ javax-activation = { module = "javax.activation:activation", version = "1.1.1" } [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } -intellij = { id = "org.jetbrains.intellij", version = "1.17.3" } +intellij = { id = "org.jetbrains.intellij", version = "1.17.4" }