Skip to content

Commit

Permalink
chore(deps): update dependency io.ktor:ktor-client-content-negotiatio…
Browse files Browse the repository at this point in the history
…n to v3
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 412f7eb commit 7438bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ kotlin {
// Atomic
implementation("org.jetbrains.kotlinx:atomicfu:0.24.0")
// Http Client
val ktorVersion = "2.3.11"
val ktorVersion = "3.0.0"
implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-curl:$ktorVersion")
implementation("io.ktor:ktor-client-content-negotiation:$ktorVersion")
Expand Down

0 comments on commit 7438bf6

Please sign in to comment.