We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed562cc commit e7dd154Copy full SHA for e7dd154
build.gradle.kts
@@ -16,7 +16,7 @@ repositories {
16
}
17
18
dependencies {
19
- val kotestVersion = "5.5.5"
+ val kotestVersion = "5.6.1"
20
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
21
testImplementation("io.kotest:kotest-property:$kotestVersion")
22
0 commit comments