Skip to content

Commit 6f4503a

Browse files
committed
Update org.jetbrains.kotlin to v1.9.24
1 parent e328e27 commit 6f4503a

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.23"
16-
kotlin("kapt") version "1.9.23"
15+
kotlin("jvm") version "1.9.24"
16+
kotlin("kapt") version "1.9.24"
1717
}
1818

1919
application {

0 commit comments

Comments
 (0)