Upgrade to Gradle 8.14.3, Kotlin 2.2.0, kotlinx serialization 1.9.0

This commit is contained in:
Edwin Jakobs
2025-07-09 21:38:54 +02:00
parent bf588e1baa
commit de0ec94804
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[versions]
kotlin = "2.1.21"
kotlin = "2.2.0"
openrndr = "0.4.5-alpha9"
orx = "0.4.5-alpha9"
orsl = "0.4.5-alpha5"
@@ -9,7 +9,7 @@ log4j = "2.23.1"
jackson = "2.17.2"
junit = "4.13.2"
kotlinxCoroutines = "1.10.2"
kotlinxSerialization = "1.8.1"
kotlinxSerialization = "1.9.0"
kotlinLogging = "7.0.7"
kotlinCsvJvm = "1.9.3"
jsoup = "1.17.1"