From 472b859ee29ce97fa390392c752be014eea03f8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:46:28 +0000 Subject: [PATCH] Update kotlinx-coroutines monorepo to v1.10.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f205f6cb..056e28bf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ skie = "0.10.0" desugarJdkLibs = "2.1.3" leakcanary = "2.14" hilt = "2.53.1" -kotlinx-coroutines = "1.9.0" +kotlinx-coroutines = "1.10.0" kotlinx-datetime = "0.6.1" kotlinx-serialization = "1.7.3" firebase-analytics = "22.1.2"