Skip to content

Commit 9ad0dee

Browse files
Update dependency io.kotest:kotest-extensions-allure to v6.0.7
1 parent 9663a95 commit 9ad0dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotest-allure/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kotlin {
2626
dependencies {
2727
implementation(kotlin("stdlib"))
2828
implementation(kotlin("reflect"))
29-
testImplementation("io.kotest:kotest-extensions-allure:6.0.4")
29+
testImplementation("io.kotest:kotest-extensions-allure:6.0.7")
3030
testImplementation("io.kotest:kotest-runner-junit5:6.0.4")
3131
}
3232

0 commit comments

Comments
 (0)