Skip to content

Commit

Permalink
Update org.jetbrains.kotlin to v2 (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 56bcee7 commit 7cd2953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pluginManagement {
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
id("net.researchgate.release") version "3.0.2"
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"
}
}

Expand Down

0 comments on commit 7cd2953

Please sign in to comment.