Skip to content

Commit

Permalink
Merge pull request #371 from kiwicom/renovate/dev.chrisbanes.compose
Browse files Browse the repository at this point in the history
fix(deps): update dependency dev.chrisbanes.compose:compose-bom to v2023.02.00-rc02
  • Loading branch information
hrach committed Mar 8, 2023
2 parents a812725 + 26bb105 commit 311ff9c
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 @@ -44,7 +44,7 @@ accompanist-systemController = { module = "com.google.accompanist:accompanist-sy
coil = { module = "io.coil-kt:coil-compose", version = "2.2.2" }
compose-animation = { module = "androidx.compose.animation:animation" }
compose-animationGraphics = { module = "androidx.compose.animation:animation-graphics" }
compose-bom = { module = "dev.chrisbanes.compose:compose-bom", version = "2023.02.00-beta03" }
compose-bom = { module = "dev.chrisbanes.compose:compose-bom", version = "2023.02.00-rc02" }
# compiler dependency is defined to help Renovabot update the version
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }
compose-foundation = { module = "androidx.compose.foundation:foundation"}
Expand Down

0 comments on commit 311ff9c

Please sign in to comment.