From 390f6c1812a62dbdddb46cae0d01437b79ea0c45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 16:19:13 +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 0fa28ed4..cf068312 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.8" -kotlinx-coroutines = "1.7.3" +kotlinx-coroutines = "1.8.0" kotlinx-serialization = "1.6.2" kotlinx-datetime = "0.5.0"