From a824cf43a349a60326b03e2408c99e72f5200f3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 16:31:30 +0000 Subject: [PATCH] Update kotlinx.coroutines to v1.8.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 beea676..4aaff20 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ androidx-test-uiautomator = "2.2.0" junit = "4.13.2" mockk = "1.13.10" -kotlinx-coroutines = "1.7.3" +kotlinx-coroutines = "1.8.0" kotlinx-serialization = "1.6.3" kotlinx-datetime = "0.5.0"