diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 84b2ca2..1c0499b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -kotlin = "1.9.23" -coroutines = "1.8.1-Beta" +kotlin = "1.9.24" +coroutines = "1.8.1" kotlinx-serialization-json = "1.6.3" kotlinx-collections-immutable = "0.3.7" @@ -23,18 +23,18 @@ sample-android-target = "34" # the Android compileSdkVersion to use in sample sample-android-compile = "34" -jetbrains-compose = "1.6.2" +jetbrains-compose = "1.6.10" touchlab-stately = "2.0.7" napier = "2.7.1" -flowExt = "0.8.1-Beta" +flowExt = "0.8.1" koin-core = "3.5.6" koin-compose = "1.1.5" coil = "2.6.0" -compose-rules-detekt = "0.3.19" +compose-rules-detekt = "0.4.1" -androidx-lifecycle = "2.7.0" -androidx-annotation = "1.7.1" +androidx-lifecycle = "2.8.0" +androidx-annotation = "1.8.0" androidx-activity = "1.9.0" androidx-compose-compiler = "1.5.11" androidx-navigation = "2.7.7" @@ -45,7 +45,7 @@ timber = "5.0.1" spotless = "6.25.0" detekt = "1.23.6" -kotlinx-kover = "0.7.6" +kotlinx-kover = "0.8.0" dokka = "1.9.20" kotlinx-binary-compatibility-validator = "0.14.0"