Skip to content

Commit

Permalink
Update org.jetbrains.kotlin to v2.1.0 (#228)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 6be6dd8 commit 3497cc1
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 @@ -14,8 +14,8 @@ plugins {
id("com.diffplug.spotless") version "6.25.0"
id("org.domaframework.doma.codegen") version "3.0.0"
id("org.domaframework.doma.compile") version "3.0.1"
kotlin("jvm") version "2.0.21"
kotlin("kapt") version "2.0.21"
kotlin("jvm") version "2.1.0"
kotlin("kapt") version "2.1.0"
}

kotlin {
Expand Down

0 comments on commit 3497cc1

Please sign in to comment.