Skip to content

Commit 83cec06

Browse files
committed
Update org.jetbrains.kotlin to v2.0.21
1 parent d157d36 commit 83cec06

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 "3.0.0"
1616
id("org.domaframework.doma.compile") version "3.0.1"
17-
kotlin("jvm") version "2.0.20"
18-
kotlin("kapt") version "2.0.20"
17+
kotlin("jvm") version "2.0.21"
18+
kotlin("kapt") version "2.0.21"
1919
}
2020

2121
kotlin {

0 commit comments

Comments
 (0)