Skip to content

Commit

Permalink
Upgrades Kotlin serialization from 1.8.0 to 1.7.3
Browse files Browse the repository at this point in the history
Hopefully avoids exceptions while loading grids.
  • Loading branch information
meikpiep committed Feb 3, 2025
1 parent 59d1e0e commit 980b607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ roborazzi = "1.39.0"

kotlin-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlin-coroutines" }
kotlin-coroutines-debug = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-debug", version.ref = "kotlin-coroutines" }
kotlin-serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.8.0" }
kotlin-serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.3" }

logging-kotlin = { group = "io.github.oshai", name = "kotlin-logging-jvm", version = "7.0.3" }
logging-slf = { group = "org.slf4j", name = "slf4j-api", version = "2.0.16" }
Expand Down

0 comments on commit 980b607

Please sign in to comment.