Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.intellij to v1.17.2 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 10, 2024
1 parent 42d1c77 commit 160fec6
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.0"
id("org.jetbrains.intellij") version "1.17.2"
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 160fec6

Please sign in to comment.