Skip to content

Commit

Permalink
Bump okhttp version to 5.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinkacmaz committed Dec 21, 2023
1 parent f196af7 commit 056b07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ktorCore = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
ktorContentNegotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
ktorOkhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
ktorSerialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version = "5.0.0-alpha.11" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version = "5.0.0-alpha.12" }
coil = { module = "io.coil-kt:coil-compose", version = "2.5.0" }
jsonSerialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.2" }
androidX_palette = { module = "androidx.palette:palette", version = "1.0.0" }
Expand Down

0 comments on commit 056b07b

Please sign in to comment.