diff --git a/build.gradle.kts b/build.gradle.kts index 14a48f1..38d0f1e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ repositories { } dependencies { - val kotestVersion = "5.5.5" + val kotestVersion = "5.6.2" testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion") testImplementation("io.kotest:kotest-property:$kotestVersion") }