Skip to content

Commit b3f86d3

Browse files
committed
Update org.jetbrains.kotlin to v1.9.23
1 parent add87be commit b3f86d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ plugins {
1212
id("com.diffplug.spotless") version "6.25.0"
1313
id("org.domaframework.doma.codegen") version "2.0.0"
1414
id("org.domaframework.doma.compile") version "2.0.0"
15-
kotlin("jvm") version "1.9.22"
16-
kotlin("kapt") version "1.9.22"
15+
kotlin("jvm") version "1.9.23"
16+
kotlin("kapt") version "1.9.23"
1717
}
1818

1919
application {

0 commit comments

Comments
 (0)