Skip to content

Commit

Permalink
fix(deps): update dependency androidx.compose.compiler:compiler to v1…
Browse files Browse the repository at this point in the history
….5.9 (#118)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 09cc8d6 commit 0080729
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 @@ -10,7 +10,7 @@ kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-j
# compiler dependency is defined to help Renovabot update the version
accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.32.0" }
compose-bom = "androidx.compose:compose-bom:2023.10.01"
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.8" }
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.9" }
compose-material3 = { module = "androidx.compose.material3:material3" }
navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.7.6" }
junit = { module = "junit:junit", version = "4.13.2" }
Expand Down

0 comments on commit 0080729

Please sign in to comment.