diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 30722849..aa68407c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -84,7 +84,7 @@ androidXTest = "1.5.0" # https://developer.android.com/jetpack/androidx/releases/test androidXTestOrchestrator = "1.4.2" # https://mvnrepository.com/artifact/androidx.compose/compose-bom -composeBom = "2022.12.00" +composeBom = "2023.01.00" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin composeKotlinCompilerExtension = "1.3.2" # https://google.github.io/accompanist/ @@ -94,7 +94,7 @@ pagingCompose = "1.0.0-alpha17" # https://developer.android.com/jetpack/androidx/releases/compose-material materialCompose = "1.3.1" # https://composedestinations.rafaelcosta.xyz/setup -composeDestinations = "1.7.27-beta" +composeDestinations = "1.7.33-beta" # https://mvnrepository.com/artifact/androidx.hilt/hilt-navigation-compose hiltNavigationCompose = "1.0.0"