diff --git a/build.gradle.kts b/build.gradle.kts index 9bdfc56..76ebce4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { testImplementation("io.ktor:ktor-client-logging") testImplementation("io.kotest.extensions:kotest-extensions-wiremock:3.0.1") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.8.0") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.8.1") } spotless {