Skip to content

Commit

Permalink
Merge pull request #156 from dirkgroot/renovate/org.jetbrains.kotlin.…
Browse files Browse the repository at this point in the history
…jvm-1.x

Update plugin org.jetbrains.kotlin.jvm to v1.9.25
  • Loading branch information
dirkgroot authored Aug 2, 2024
2 parents 861a1b5 + b1dd67e commit 1ab944b
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 @@ -6,7 +6,7 @@ fun properties(key: String) = project.findProperty(key).toString()

plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.9.24"
id("org.jetbrains.kotlin.jvm") version "1.9.25"
id("org.jetbrains.intellij") version "1.17.4"
id("org.jetbrains.changelog") version "2.2.0"
id("org.jetbrains.kotlinx.kover") version "0.8.3"
Expand Down

0 comments on commit 1ab944b

Please sign in to comment.