diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 46a741841..6679bb0fe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -52,7 +52,7 @@ androidx-annotation = "1.6.0" compose-core = "1.4.2" compose-foundation = "1.6.0-alpha04" # use alpha for HorizontalPager compose-material = "1.4.2" -compose-runtime = "1.5.0-alpha03" # use alpha for SnapshotStateList#toList +compose-runtime = "1.6.7" # use alpha for SnapshotStateList#toList compose-lifecycle = "2.6.1" # use alpha for StateFlow#collectAsStateWithLifecycle compose-compiler = "1.4.3" compose-activity = "1.7.1"