We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8735f commit 040e5abCopy full SHA for 040e5ab
gradle/libs.versions.toml
@@ -16,7 +16,7 @@ coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", ve
16
ktor-network = { module = "io.ktor:ktor-network", version = "2.3.6" }
17
datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.4.1" }
18
uuid = { module = "app.softwork:kotlinx-uuid-core", version = "0.0.22" }
19
-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version = "1.6.1" }
+serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version = "1.6.2" }
20
21
[plugins]
22
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
0 commit comments