Skip to content

Commit

Permalink
chore(deps): update ktor monorepo to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 46d1485 commit 528470a
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.23.2")
// Http Client
val ktorVersion = "2.3.8"
val ktorVersion = "3.0.2"
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 528470a

Please sign in to comment.