Skip to content

Commit

Permalink
Update org.jetbrains.kotlin to v1.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 7, 2024
1 parent 28e5313 commit 5da5842
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 @@ -2,8 +2,8 @@ plugins {
id("com.diffplug.eclipse.apt") version "3.44.0" apply false
id("com.diffplug.spotless") version "6.25.0" apply false
id("org.domaframework.doma.compile") version "2.0.0" apply false
kotlin("jvm") version "1.9.22" apply false
kotlin("kapt") version "1.9.22" apply false
kotlin("jvm") version "1.9.23" apply false
kotlin("kapt") version "1.9.23" apply false
}

subprojects {
Expand Down

0 comments on commit 5da5842

Please sign in to comment.