Skip to content

Commit

Permalink
fix(deps): update dependency androidx.compose:compose-bom to v2023.06.00
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 7, 2023
1 parent 313a8b3 commit b83c712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object deps {

object compose {
const val androidxComposeCompilerVersion = "1.4.7"
const val bom = "androidx.compose:compose-bom:2023.04.00"
const val bom = "androidx.compose:compose-bom:2023.06.00"

const val foundation = "androidx.compose.foundation:foundation"
const val foundationLayout = "androidx.compose.foundation:foundation-layout"
Expand Down

0 comments on commit b83c712

Please sign in to comment.