diff --git a/build.gradle.kts b/build.gradle.kts index 2b6a918..67deac8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ kotlin { val commonTest by getting { dependencies { - implementation("io.kotest:kotest-framework-engine:5.8.0") + implementation("io.kotest:kotest-framework-engine:5.8.1") } }