From 248e5757da0b4fbeb5303381e2fea9b7fc185490 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:53:35 +0000 Subject: [PATCH] chore(deps): update kotlinx.coroutines to v1.10.1 --- 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 f59f683..e6894f5 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.10.0" +kotlinx-coroutines = "1.10.1" test-junit = "4.13.2" test-hamcrest = "3.0" test-mockk = "1.13.13"