Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Update ktor to v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 31, 2023
1 parent 46b19a9 commit 71032e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ dependencies {
implementation("io.coil-kt:coil-compose")
implementation("io.coil-kt:coil-gif")

val ktor = "2.3.3"
val ktor = "2.3.4"
implementation("io.ktor:ktor-io-jvm:$ktor")
implementation("io.ktor:ktor-utils-jvm:$ktor")

Expand Down

0 comments on commit 71032e3

Please sign in to comment.