Skip to content

Commit 0080729

Browse files
fix(deps): update dependency androidx.compose.compiler:compiler to v1.5.9 (#118)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 09cc8d6 commit 0080729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-j
1010
# compiler dependency is defined to help Renovabot update the version
1111
accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.32.0" }
1212
compose-bom = "androidx.compose:compose-bom:2023.10.01"
13-
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.8" }
13+
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.9" }
1414
compose-material3 = { module = "androidx.compose.material3:material3" }
1515
navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.7.6" }
1616
junit = { module = "junit:junit", version = "4.13.2" }

0 commit comments

Comments
 (0)