From 2cb97d2a07f7de4b2a37d6bc2c6044b10aac2ce6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:01:55 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.1 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index abb9336..2f3dd51 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -5,7 +5,7 @@ dokkaPlugin = "1.9.20" kotest = "5.9.1" kotlin = "2.0.21" ktlintPlugin = "12.1.1" -kotlinxCoroutines = "1.9.0" +kotlinxCoroutines = "1.10.1" mockk = "1.13.13" [bundles]