We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b505736 commit 1368949Copy full SHA for 1368949
build.gradle.kts
@@ -21,14 +21,12 @@ dependencies {
21
because("Only needed to run tests in a version of IntelliJ IDEA that bundles older versions")
22
}
23
24
- val kotestVersion = "5.0.2"
+ val kotestVersion = "5.0.3"
25
testImplementation(enforcedPlatform("io.kotest:kotest-bom:$kotestVersion"))
26
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
27
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
28
testImplementation("io.kotest:kotest-property:$kotestVersion")
29
testImplementation("io.kotest:kotest-assertions-json:$kotestVersion")
30
-
31
- testImplementation("io.mockk:mockk:1.12.1")
32
33
34
group = "at.syntaxerror"
0 commit comments