diff options
author | Joffrey Bion <joffrey.bion@gmail.com> | 2022-11-06 02:59:29 +0100 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@gmail.com> | 2022-11-06 03:16:29 +0100 |
commit | fe9d3851f03386439838b96ae5165eacd206fbd7 (patch) | |
tree | 8216244181d26ed049592399605adbb1228bf1ca | |
parent | Upgrade coroutines to 1.6.4 (diff) | |
download | seven-wonders-fe9d3851f03386439838b96ae5165eacd206fbd7.tar.gz seven-wonders-fe9d3851f03386439838b96ae5165eacd206fbd7.tar.bz2 seven-wonders-fe9d3851f03386439838b96ae5165eacd206fbd7.zip |
Upgrade Kotlinx Serialization to 1.4.1
-rw-r--r-- | gradle/libs.versions.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e92b9ae1..7153c358 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,10 +3,7 @@ [versions] kotlinx-coroutines = "1.6.4" -kotlinx-serialization = "1.3.2" -## ⬆ = "1.3.3" -## ⬆ = "1.4.0" -## ⬆ = "1.4.1" +kotlinx-serialization = "1.4.1" krossbow = "4.4.0" logback-classic = "1.2.10" ## ⬆ = "1.2.11" |