diff --git a/projects/gradle.properties b/projects/gradle.properties index bef14be80..f65fc0953 100644 --- a/projects/gradle.properties +++ b/projects/gradle.properties @@ -12,7 +12,7 @@ koinVersion=3.5.4-RC2 koinComposeVersion=1.1.3-RC2 #Compose -composeCompiler=1.5.7 +composeCompiler=1.5.10 #Android android.useAndroidX=true androidMinSDK=14 diff --git a/projects/gradle/libs.versions.toml b/projects/gradle/libs.versions.toml index 8dc440ea8..181b0af37 100644 --- a/projects/gradle/libs.versions.toml +++ b/projects/gradle/libs.versions.toml @@ -3,7 +3,7 @@ # /!\ Koin in gradle.properties /!\ # Core -kotlin = "1.9.21" +kotlin = "1.9.22" binaryValidator = "0.13.2" publish = "2.0.0-rc-1" coroutines = "1.7.3" # "1.8.0-RC2" for wasm @@ -19,7 +19,7 @@ androidx-workmanager = "2.8.1" androidx-navigation = "2.7.5" # Compose # /!\ Compose compiler in gradle.properties /!\ -composeJB = "1.5.11" +composeJB = "1.5.12" composeJetpackRuntime = "1.5.4" composeJetpackViewmodel = "2.6.2" # Test