diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 357cf6564..8023f7b62 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,16 +1,16 @@ [versions] -compose = "1.3.0-alpha03" +compose = "1.3.0-SNAPSHOT" composeCompiler = "1.3.0" -composesnapshot = "-" # a single character = no snapshot +composesnapshot = "8981903" # a single character = no snapshot # gradlePlugin and lint need to be updated together -gradlePlugin = "7.3.0-beta05" +gradlePlugin = "7.3.0-rc01" lintMinCompose = "30.0.0" ktlint = "0.45.2" kotlin = "1.7.10" -coroutines = "1.6.0" +coroutines = "1.6.4" okhttp = "3.12.13" coil = "1.3.2"