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 2d100bc commit 922c987Copy full SHA for 922c987
shared-internal/build.gradle.kts
@@ -11,7 +11,7 @@ version = rootProject.version
11
dependencies {
12
// we cannot use a BOM due to limitation in kotlin scripting when resolving the transitive KMM variant dependencies
13
// note: see https://youtrack.jetbrains.com/issue/KT-67618
14
- implementation("io.ktor:ktor-client-core:2.3.10")
+ implementation("io.ktor:ktor-client-core:2.3.11")
15
implementation("io.ktor:ktor-client-cio:2.3.11")
16
implementation("io.ktor:ktor-client-content-negotiation:2.3.11")
17
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.10")
0 commit comments