Skip to content

Commit 82148a3

Browse files
Update org.jetbrains.kotlin to v2.0.20
1 parent 138d9a6 commit 82148a3

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
@@ -14,8 +14,8 @@ plugins {
1414
id("com.diffplug.spotless") version "6.25.0"
1515
id("org.domaframework.doma.codegen") version "2.0.0"
1616
id("org.domaframework.doma.compile") version "2.0.0"
17-
kotlin("jvm") version "2.0.10"
18-
kotlin("kapt") version "2.0.10"
17+
kotlin("jvm") version "2.0.20"
18+
kotlin("kapt") version "2.0.20"
1919
}
2020

2121
application {

0 commit comments

Comments
 (0)