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.
2 parents 6eceabd + 58ae6f9 commit 2ed5772Copy full SHA for 2ed5772
build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
testImplementation(kotlin("reflect"))
28
testImplementation(name = "atrium-cc-en_GB-robstoll", group = "ch.tutteli.atrium", version = "0.8.0")
29
testImplementation(name = "junit-jupiter-api", group = "org.junit.jupiter", version = "5.6.0")
30
- testImplementation(name = "junit-jupiter-params", group = "org.junit.jupiter", version = "5.5.1")
+ testImplementation(name = "junit-jupiter-params", group = "org.junit.jupiter", version = "5.6.0")
31
32
testRuntimeOnly(name = "junit-jupiter-engine", group = "org.junit.jupiter", version = "5.6.0")
33
}
0 commit comments