Skip to content

Commit

Permalink
Update dependency composeOptions to v1.5.14
Browse files Browse the repository at this point in the history
| datasource | package                            | from   | to     |
| ---------- | ---------------------------------- | ------ | ------ |
| maven      | androidx.compose.compiler:compiler | 1.5.11 | 1.5.14 |
  • Loading branch information
renovate[bot] authored Jun 9, 2024
1 parent 483a514 commit b25f014
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 @@ -86,7 +86,7 @@ object deps {
}

object compose {
const val androidxComposeCompilerVersion = "1.5.11"
const val androidxComposeCompilerVersion = "1.5.14"
const val bom = "androidx.compose:compose-bom:2024.03.00"

const val foundation = "androidx.compose.foundation:foundation"
Expand Down

0 comments on commit b25f014

Please sign in to comment.