Skip to content

Commit

Permalink
chore(deps): update and replace intelliJ platform plugin
Browse files Browse the repository at this point in the history
Updated the IntelliJ plugin to `intelliJPlatform` version `2.1.0` and removed the outdated `gradleIntelliJPlugin`. This change ensures compatibility with the latest features and fixes provided by the IntelliJ platform.
  • Loading branch information
nekofar committed Oct 7, 2024
1 parent def5e1c commit 1715a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
junit = "4.13.2"

# plugins
intelliJPlatform = "2.1.0"
kotlin = "2.0.20"
changelog = "2.1.2"
gradleIntelliJPlugin = "1.17.4"
kover = "0.8.3"
qodana = "2024.2.3"

Expand All @@ -14,7 +14,7 @@ junit = { group = "junit", name = "junit", version.ref = "junit" }

[plugins]
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
gradleIntelliJPlugin = { id = "org.jetbrains.intellij", version.ref = "gradleIntelliJPlugin" }
intelliJPlatform = { id = "org.jetbrains.intellij.platform", version.ref = "intelliJPlatform" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
qodana = { id = "org.jetbrains.qodana", version.ref = "qodana" }

0 comments on commit 1715a14

Please sign in to comment.