Skip to content

Commit 45e077d

Browse files
committed
use latest Compose BOM & Compiler 1.5.5
closes #58
1 parent 265d92b commit 45e077d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version =
99
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.1" }
1010
# compiler dependency is defined to help Renovabot update the version
1111
accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.32.0" }
12-
compose-bom = { module = "dev.chrisbanes.compose:compose-bom", version = "2023.03.00" }
13-
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.4" }
12+
compose-bom = "androidx.compose:compose-bom:2023.10.01"
13+
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.5" }
1414
compose-material3 = { module = "androidx.compose.material3:material3" }
1515
navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.7.5" }
1616
junit = { module = "junit:junit", version = "4.13.2" }

0 commit comments

Comments
 (0)