Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit a131c44

Browse files
Update dependency io.kotest.extensions:kotest-extensions-allure to v1.4.0
1 parent 00ba530 commit a131c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation(kotlin("stdlib"))
1818
implementation(kotlin("reflect"))
1919
testImplementation("io.kotest:kotest-runner-junit5:5.3.2")
20-
testImplementation("io.kotest.extensions:kotest-extensions-allure:1.2.0")
20+
testImplementation("io.kotest.extensions:kotest-extensions-allure:1.4.0")
2121
}
2222

2323
tasks.withType<Test> {

0 commit comments

Comments
 (0)