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 a7258fd commit c2f687fCopy full SHA for c2f687f
build.gradle.kts
@@ -27,7 +27,12 @@ dependencies {
27
testImplementation("org.junit.jupiter:junit-jupiter")
28
testImplementation("org.junit.platform:junit-platform-launcher")
29
testImplementation("io.strikt:strikt-jvm:0.34.1")
30
- testImplementation("io.mockk:mockk-jvm:1.13.3")
+ testImplementation("io.mockk:mockk-jvm") {
31
+ version {
32
+ strictly("1.13.1")
33
+ because("versions higher than 1.13.1 cause failures")
34
+ }
35
36
testImplementation("org.apache.commons:commons-lang3:3.12.0")
37
}
38
0 commit comments