diff --git a/build.gradle.kts b/build.gradle.kts index b87a727..9c75f71 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,7 @@ allprojects { testImplementation("io.kotest:kotest-assertions-core:5.5.4") testImplementation("io.kotest:kotest-property:5.5.4") - testImplementation("io.kotest:kotest-runner-junit5:5.5.4") + testImplementation("io.kotest:kotest-runner-junit5:5.6.0") } tasks.withType {