From 6de38f011f91de0dcaa9bf83e87ef9720a56f94c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:54:45 -0800 Subject: [PATCH] chore(deps): update org.jetbrains.kotlinx to v1.10.1 (#236) --- kotlin/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kotlin/build.gradle.kts b/kotlin/build.gradle.kts index f86fa0d..c601387 100644 --- a/kotlin/build.gradle.kts +++ b/kotlin/build.gradle.kts @@ -12,10 +12,10 @@ projectConfiguration { dependencies { // Project api(project(":api")) - api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") + api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1") // Testing - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1") testImplementation(project(":core")) testImplementation(project(":handler-simple")) }