Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.intellij to v1.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2024
1 parent d32ed08 commit 9ae8543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val channel: String = properties("pluginVersion").split('-').getOrElse(1) { "def
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.9.23"
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.4"
id("org.jetbrains.changelog") version "2.2.0"
id("org.jetbrains.qodana") version "2023.3.1"
id("org.jetbrains.kotlinx.kover") version "0.7.6"
Expand Down

0 comments on commit 9ae8543

Please sign in to comment.