Skip to content

Commit

Permalink
Update kotlin to 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Aug 23, 2024
1 parent c43a4b3 commit 8baba06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kt/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]

godotKotlinJvm = "0.9.1"
kotlin = "2.0.10" # https://kotlinlang.org/docs/releases.html#release-details
kotlin = "2.0.20" # https://kotlinlang.org/docs/releases.html#release-details
godot = "4.3.0"

shadowJar = "8.3.0" # https://github.com/johnrengelman/shadow/releases
# TODO: bump kotlin poet version once: https://github.com/square/kotlinpoet/issues/1759 is fixed
#kotlinPoet = "1.18.0" # https://github.com/square/kotlinpoet/releases
kotlinPoet = "1.12.0" # https://github.com/square/kotlinpoet/releases

ksp = "2.0.10-1.0.24" # https://github.com/google/ksp/releases
ksp = "2.0.20-1.0.24" # https://github.com/google/ksp/releases

jacksonDataBind = "2.17.2" # https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
jacksonDataFormatXml = "2.17.2" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml
Expand Down

0 comments on commit 8baba06

Please sign in to comment.