Skip to content

Commit

Permalink
Update org.jetbrains.kotlin to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent 8a318bd commit 33720ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ plugins {
id("com.diffplug.spotless") version "6.25.0"
id("org.domaframework.doma.codegen") version "2.0.0"
id("org.domaframework.doma.compile") version "2.0.0"
kotlin("jvm") version "1.9.24"
kotlin("kapt") version "1.9.24"
kotlin("jvm") version "2.0.0"
kotlin("kapt") version "2.0.0"
}

application {
Expand Down

0 comments on commit 33720ff

Please sign in to comment.