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 c51e356 commit 2d100bcCopy full SHA for 2d100bc
shared-internal/build.gradle.kts
@@ -13,6 +13,6 @@ dependencies {
13
// note: see https://youtrack.jetbrains.com/issue/KT-67618
14
implementation("io.ktor:ktor-client-core:2.3.10")
15
implementation("io.ktor:ktor-client-cio:2.3.11")
16
- implementation("io.ktor:ktor-client-content-negotiation:2.3.10")
+ implementation("io.ktor:ktor-client-content-negotiation:2.3.11")
17
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.10")
18
}
0 commit comments