Skip to content

Commit af0e3ce

Browse files
Update org.jetbrains.kotlin to v2.1.20 (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41086a5 commit af0e3ce

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 "7.0.2"
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.1.10"
18-
kotlin("kapt") version "2.1.10"
17+
kotlin("jvm") version "2.1.20"
18+
kotlin("kapt") version "2.1.20"
1919
}
2020

2121
kotlin {

0 commit comments

Comments
 (0)