Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.kotlin.jvm to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 19, 2024
1 parent 36c4ff7 commit 3f77277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
jdk = "11" # the jdk used to build the project
jvmTarget = "1.8" # the jdk used in packaging

kotlin = "1.9.25"
kotlin = "2.0.0"
google-ksp = "1.9.24-1.0.20"
kotlinApi = "1.7"

Expand Down
2 changes: 1 addition & 1 deletion plugin-playground/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

plugins {
kotlin("jvm") version "1.9.25"
kotlin("jvm") version "2.0.0"
id("com.rickbusarow.ktlint")
}

Expand Down

0 comments on commit 3f77277

Please sign in to comment.