Skip to content

Commit 5dfeebe

Browse files
fix(deps): update kotlin monorepo to v2.1.20 (#2952)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a553b0 commit 5dfeebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
java-compilation = "21"
44
# The java-target version is the lowest supported LTS version of Java. Jar's produced are bytecode compatible with this version.
55
java-target = "8"
6-
kotlin = "2.1.10"
7-
kotlinDev = "2.1.10"
6+
kotlin = "2.1.20"
7+
kotlinDev = "2.1.20"
88

99
[plugins]
1010
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

0 commit comments

Comments
 (0)