From 42c99ea6e7434fca938bed6ec397d5851f2a7c7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:51:08 +0000 Subject: [PATCH] chore(deps): Update kotlinx-coroutines monorepo to v1.11.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 7169db1af..cb4fdacbc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ guice = "7.0.0" kotlinPlugin = "2.4.10" kotlinLibrary = "2.0.20" dokka = "2.2.0" -coroutines = "1.8.1" +coroutines = "1.11.0" ktlint = "1.8.0" # testing