Skip to content

Commit 1368949

Browse files
authored
bump kotest, remove mockk (unused) (#4)
1 parent b505736 commit 1368949

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle.kts

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ dependencies {
2121
because("Only needed to run tests in a version of IntelliJ IDEA that bundles older versions")
2222
}
2323

24-
val kotestVersion = "5.0.2"
24+
val kotestVersion = "5.0.3"
2525
testImplementation(enforcedPlatform("io.kotest:kotest-bom:$kotestVersion"))
2626
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
2727
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
2828
testImplementation("io.kotest:kotest-property:$kotestVersion")
2929
testImplementation("io.kotest:kotest-assertions-json:$kotestVersion")
30-
31-
testImplementation("io.mockk:mockk:1.12.1")
3230
}
3331

3432
group = "at.syntaxerror"

0 commit comments

Comments
 (0)