diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1336bf2..ac81138 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ espressoCore = "3.5.1" jna = "5.14.0" junitVersion = "1.1.5" junit = "4.13.2" -kotlinxCoroutinesCore = "1.7.3" +kotlinxCoroutinesCore = "1.8.1" ktorServer = "2.3.11" lifecycleRuntimeKtx = "2.7.0" navigationCompose = "2.7.7" @@ -16,7 +16,7 @@ room = "2.6.1" storage = "1.5.5" workRuntimeKtx = "2.9.0" material3 = "1.2.1" -quartz = "0.87.5" +quartz = "0.87.7" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }