diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c9c1ca3..9ed961e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,15 +2,15 @@ # Kotlin kotlin-version = "2.0.21" kotlin-coroutines = "1.9.0" -kotlin-android-application = "8.7.1" +kotlin-android-application = "8.7.2" kotlin-serialization-json = "1.7.3" # Androidx -androidx-compose-bom = "2024.10.00" +androidx-compose-bom = "2024.10.01" androidx-activity-compose = "1.9.3" -android-work = "2.9.1" +android-work = "2.10.0" leakcanary = "2.14" -horologist = "0.6.12" +horologist = "0.6.20" compose-wear = "1.4.0" # Google @@ -19,18 +19,18 @@ google-auth = "21.2.0" google-crashlytics = "3.0.2" google-services = "4.4.2" google-accompanist = "0.36.1-SNAPSHOT" -google-firebase-bom = "33.4.0" +google-firebase-bom = "33.5.1" # Testw tests-assertk = "0.28.1" tests-turbine = "1.2.0" # Other -ktor = "3.0.0" +ktor = "3.0.1" # klibs klibs-mikro = "1.8.8" -klibs-kstorage = "3.1.3" +klibs-kstorage = "3.2.0" klibs-kdi = "1.4.8" klibs-gradleplugin = "1.4.0" @@ -41,8 +41,8 @@ kotlin-compose = "1.7.0+" moko-resources = "0.23.0" # Decompose -decompose = "3.1.0" # https://github.com/arkivanov/Decompose/releases -essenty = "2.1.0" +decompose = "3.2.1" # https://github.com/arkivanov/Decompose/releases +essenty = "2.2.1" # MVIKotlin mvikotlin = "4.2.0" diff --git a/modules/features/root/impl/build.gradle.kts b/modules/features/root/impl/build.gradle.kts index a566f18..abde9a3 100644 --- a/modules/features/root/impl/build.gradle.kts +++ b/modules/features/root/impl/build.gradle.kts @@ -75,5 +75,5 @@ dependencies { implementation(libs.klibs.kstorage) implementation(libs.google.auth) implementation(libs.kotlin.coroutines.playServices) - implementation("io.ktor:ktor-client-logging-jvm:3.0.0") + implementation("io.ktor:ktor-client-logging-jvm:3.0.1") }