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 1f5a71b + c91b8b3 commit d133391Copy full SHA for d133391
build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
implementation(kotlin(module = "stdlib"))
26
27
testImplementation(kotlin("reflect"))
28
- testImplementation(name = "atrium-cc-en_GB-robstoll", group = "ch.tutteli.atrium", version = "0.9.1")
+ testImplementation(name = "atrium-cc-en_GB-robstoll", group = "ch.tutteli.atrium", version = "0.9.2")
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.6.0")
31
0 commit comments