From 445ddf3fe985cf60077ec101cd7c29416beb4ea2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 00:22:49 +0000 Subject: [PATCH] chore(deps): update kotlinx.coroutines 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 a02b2b7..f59f683 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ moshi = "1.15.2" retrofit = "2.11.0" retrofit-interceptor-logging = "4.12.0" opensource-licenses = "17.1.0" -kotlinx-coroutines = "1.9.0" +kotlinx-coroutines = "1.10.0" test-junit = "4.13.2" test-hamcrest = "3.0" test-mockk = "1.13.13"