From c7dbb3972a2c90a54a3f919fbe852a6cb3bfc05c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:52:41 +0000 Subject: [PATCH] fix(deps): update kotlin.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 81491c524..e56e154c1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ compose-compiler = "1.5.8" detekt = "1.23.5" hilt = "2.50" kotlin = "1.9.22" -kotlin-coroutines = "1.7.3" +kotlin-coroutines = "1.8.0" mockk = "1.13.9" moshi = "1.15.1" okhttp3 = "4.12.0"