Skip to content

Commit

Permalink
fix(deps): update ktor monorepo to v3 (major) (#461)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Candellier <[email protected]>
  • Loading branch information
renovate[bot] and outadoc authored Oct 26, 2024
1 parent dc1e768 commit 9ffe45f
Show file tree
Hide file tree
Showing 2 changed files with 582 additions and 456 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ junit-jupiter-engine = "5.11.3"
kmpalette = "3.1.0"
konsist = "0.16.1"
kotlin = "2.0.21"
ktor = "2.3.12"
ktor = "3.0.0"
lifecycle = "2.8.6"
moko = "0.24.3"
paging = "3.3.2"
Expand Down Expand Up @@ -56,7 +56,7 @@ androidx-splashscreen = "androidx.core:core-splashscreen:1.0.1"
coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coil" }
coil-core = { module = "io.coil-kt.coil3:coil", version.ref = "coil" }
coil-gif = { module = "io.coil-kt.coil3:coil-gif", version.ref = "coil" }
coil-ktor = { module = "io.coil-kt.coil3:coil-network-ktor2", version.ref = "coil" }
coil-ktor = { module = "io.coil-kt.coil3:coil-network-ktor3", version.ref = "coil" }
compose-material-adaptive-core = { module = "org.jetbrains.compose.material3.adaptive:adaptive", version = "1.0.0" }
compose-material-adaptive-layout = { module = "org.jetbrains.compose.material3.adaptive:adaptive-layout", version = "1.0.0" }
compose-material-adaptive-navigation = { module = "org.jetbrains.compose.material3.adaptive:adaptive-navigation", version = "1.0.0" }
Expand Down
Loading

0 comments on commit 9ffe45f

Please sign in to comment.