From 193c30477244cbad181a76418d1a08f758874c3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 01:13:37 +0000 Subject: [PATCH] fix(deps): update kotlinx-coroutines monorepo to v1.10.1 (#75) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/kotlinx.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/kotlinx.versions.toml b/gradle/kotlinx.versions.toml index 1113e5ea56..d592a8aa4a 100644 --- a/gradle/kotlinx.versions.toml +++ b/gradle/kotlinx.versions.toml @@ -1,5 +1,5 @@ [versions] -coroutinesVersion = "1.10.0" +coroutinesVersion = "1.10.1" kotlinVersion = "2.0.21" serializationVersion = "1.7.3"