Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency io.ktor:ktor-client-content-negotiation …
Browse files Browse the repository at this point in the history
…to v2.3.3
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent 0f6cbb4 commit 4b5a3b7
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 @@ -46,7 +46,7 @@ kotlin {
val commonMain by getting {
dependencies {
implementation("io.ktor:ktor-client-core:2.2.4")
implementation("io.ktor:ktor-client-content-negotiation:2.2.4")
implementation("io.ktor:ktor-client-content-negotiation:2.3.3")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.2.4")
}
}
Expand Down

0 comments on commit 4b5a3b7

Please sign in to comment.