Skip to content

Commit

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

chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.9.25
  • Loading branch information
nils-a committed Jul 19, 2024
2 parents 5063e60 + 85e9abf commit ef1b272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("java")
// Kotlin support
// do NOT update kotlin - kotlin version must match platform version, see https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
id("org.jetbrains.kotlin.jvm") version "1.9.24"
id("org.jetbrains.kotlin.jvm") version "1.9.25"
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "1.17.4"
// rd - see releases at https://github.com/JetBrains/rd/releases
Expand Down

0 comments on commit ef1b272

Please sign in to comment.