Skip to content

Commit

Permalink
build: bump kotlinxCoroutineVersion to 1.7.3, kotlinxSerializationVer…
Browse files Browse the repository at this point in the history
…sion to 1.6.2, kotlinxDateTimeVersion to 0.5.0, ktorVersion to 2.3.7, okioVersion to 3.6.0, gdxVersion to 1.12.1, log4jVersion to 2.22.0, dataframeVersion to 0.12.0
  • Loading branch information
Adriankhl committed Dec 7, 2023
1 parent c0a1ed6 commit c8160e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ kspVersion = "1.9.21-1.0.15"
ksergenVersion = "0.1.0"

# Kotlin multiplatform
kotlinxCoroutineVersion = "1.7.2"
kotlinxSerializationVersion = "1.5.1"
kotlinxDateTimeVersion = "0.4.0"
ktorVersion = "2.3.2"
okioVersion = "3.4.0"
kotlinxCoroutineVersion = "1.7.3"
kotlinxSerializationVersion = "1.6.2"
kotlinxDateTimeVersion = "0.5.0"
ktorVersion = "2.3.7"
okioVersion = "3.6.0"

# JVM
gdxVersion = "1.12.0"
log4jVersion = "2.20.0"
dataframeVersion = "0.11.0"
gdxVersion = "1.12.1"
log4jVersion = "2.22.0"
dataframeVersion = "0.12.0"

# Android
androidGradlePluginVersion = "8.2.0"
Expand Down

0 comments on commit c8160e3

Please sign in to comment.