Skip to content

Commit

Permalink
Merge pull request #172 from dirkgroot/renovate/org.jetbrains.intelli…
Browse files Browse the repository at this point in the history
…j.platform-2.x

Update plugin org.jetbrains.intellij.platform to v2.1.0
  • Loading branch information
dirkgroot authored Sep 25, 2024
2 parents c206900 + f901f19 commit ec11255
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 @@ -8,7 +8,7 @@ fun properties(key: String) = project.findProperty(key).toString()
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "2.0.20"
id("org.jetbrains.intellij.platform") version "2.0.1"
id("org.jetbrains.intellij.platform") version "2.1.0"
id("org.jetbrains.changelog") version "2.2.1"
id("org.jetbrains.kotlinx.kover") version "0.8.3"
id("org.jetbrains.grammarkit") version "2022.3.2.2"
Expand Down

0 comments on commit ec11255

Please sign in to comment.