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 9663a95 commit 8c682f0Copy full SHA for 8c682f0
kotest-allure/build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
implementation(kotlin("stdlib"))
28
implementation(kotlin("reflect"))
29
testImplementation("io.kotest:kotest-extensions-allure:6.0.4")
30
- testImplementation("io.kotest:kotest-runner-junit5:6.0.4")
+ testImplementation("io.kotest:kotest-runner-junit5:6.0.7")
31
}
32
33
tasks.withType<Test> {
0 commit comments