Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.intellij to v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 9fbb810 commit a12c8d7
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.22"
id("org.jetbrains.intellij") version "1.17.0"
id("org.jetbrains.intellij") version "1.17.1"
id("org.jetbrains.changelog") version "2.2.0"
id("org.jetbrains.qodana") version "2023.3.1"
id("org.jetbrains.kotlinx.kover") version "0.7.5"
Expand Down

0 comments on commit a12c8d7

Please sign in to comment.