diff --git a/build.gradle.kts b/build.gradle.kts index 3411ea35..1835830b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { // Use the kotlin test library testImplementation("io.kotest:kotest-assertions-core:5.5.4") - testImplementation("io.kotest:kotest-runner-junit5:5.5.4") + testImplementation("io.kotest:kotest-runner-junit5:5.5.5") // Add support for kotlinx courotines compileOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")