Skip to content

Commit 4262080

Browse files
Update org.jetbrains.kotlin to v2.1.0
1 parent 6be6dd8 commit 4262080

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.21"
18-
kotlin("kapt") version "2.0.21"
17+
kotlin("jvm") version "2.1.0"
18+
kotlin("kapt") version "2.1.0"
1919
}
2020

2121
kotlin {

0 commit comments

Comments
 (0)