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 9dc513c commit 5f9a244Copy full SHA for 5f9a244
automation/code-generator/build.gradle.kts
@@ -10,7 +10,7 @@ dependencies {
10
implementation("com.squareup:kotlinpoet:1.16.0")
11
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")
12
13
- implementation(platform("io.ktor:ktor-bom:2.3.7"))
+ implementation(platform("io.ktor:ktor-bom:2.3.8"))
14
implementation("io.ktor:ktor-client-core")
15
implementation("io.ktor:ktor-client-cio")
16
implementation("io.ktor:ktor-client-content-negotiation")
0 commit comments