Skip to content

Commit e6050d6

Browse files
committed
Update Kotlin version
CI fails when using Java 25 with Kotlin 2.0.x.
1 parent 1a49208 commit e6050d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.0.21" # Mainly for CI, it can be rewritten by environment variable.
2+
kotlin = "2.1.21" # Mainly for CI, it can be rewritten by environment variable.
33
jackson = "2.20.0"
44

55
# test libs

0 commit comments

Comments
 (0)