We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514abf8 commit ae3910dCopy full SHA for ae3910d
samples/ktor-all-platforms-app/gradle/libs.versions.toml
@@ -17,7 +17,7 @@ compose-plugin = "1.6.11"
17
junit = "4.13.2"
18
ktor = "2.3.12"
19
logback = "1.5.8"
20
-kotlinx-serialization-json = "1.7.1"
+kotlinx-serialization-json = "1.7.3"
21
kotlinx-coroutines-core = "1.9.0"
22
kotlinx-rpc = "0.2.4"
23
samples/ktor-web-app/gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
kotlin = "2.0.10"
3
-kotlin-wrappers-bom = "1.0.0-pre.812"
+kotlin-wrappers-bom = "1.0.0-pre.814"
4
5
kotlinx-serialization-json = "1.7.3"
6
0 commit comments