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 08f51f7 commit 634aa79Copy full SHA for 634aa79
1 file changed
packages/kotlin/build.gradle.kts
@@ -13,7 +13,7 @@ repositories {
13
val ktorVersion = "3.5.1"
14
15
dependencies {
16
- implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
+ implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0")
17
implementation("io.ktor:ktor-server-core:$ktorVersion")
18
implementation("io.ktor:ktor-client-core:$ktorVersion")
19
implementation("io.ktor:ktor-client-cio:$ktorVersion")
0 commit comments