Skip to content

Commit c2f687f

Browse files
committed
chore: use strictly mockk 1.13.1
1 parent a7258fd commit c2f687f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ dependencies {
2727
testImplementation("org.junit.jupiter:junit-jupiter")
2828
testImplementation("org.junit.platform:junit-platform-launcher")
2929
testImplementation("io.strikt:strikt-jvm:0.34.1")
30-
testImplementation("io.mockk:mockk-jvm:1.13.3")
30+
testImplementation("io.mockk:mockk-jvm") {
31+
version {
32+
strictly("1.13.1")
33+
because("versions higher than 1.13.1 cause failures")
34+
}
35+
}
3136
testImplementation("org.apache.commons:commons-lang3:3.12.0")
3237
}
3338

0 commit comments

Comments
 (0)