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 77b8749 commit c656443Copy full SHA for c656443
buildSrc/src/main/kotlin/deps.kt
@@ -74,7 +74,7 @@ object deps {
74
}
75
76
object ktor {
77
- private const val version = "2.3.4"
+ private const val version = "2.3.6"
78
const val core = "io.ktor:ktor-client-core:$version"
79
const val clientJson = "io.ktor:ktor-client-json:$version"
80
const val logging = "io.ktor:ktor-client-logging:$version"
0 commit comments