From 6405ad1d3a1883f6460dc866c3842b30f1a191b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:09:10 +0000 Subject: [PATCH] chore(deps): update org.jetbrains.kotlinx to v1.8.0 --- 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")) }