From fa1866e6d5b5ec43bc6e4145ddf100a12b312987 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 23:14:15 +0100 Subject: [PATCH] chore(deps): update org.jetbrains.kotlinx to v1.8.0 (#197) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 d5c49da..f29118d 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.7.3") + api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0") // Testing - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0") testImplementation(project(":core")) testImplementation(project(":handler-simple")) }