From cc0dd9b815d119770ffba2fa3f1ba7624d5eeb00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 10:39:28 +0000 Subject: [PATCH] Update kotlinx-coroutines monorepo to v1.10.2 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 840b97f..cdb0d94 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,7 +16,7 @@ dependencyResolutionManagement { versionCatalogs { val kotlin = "1.6.21" - val kotlinxCoroutines = "1.6.4" + val kotlinxCoroutines = "1.10.2" val junit5 = "5.9.1" val assertk = "0.25" val androidGradlePlugin = "7.2.2"