Skip to content

Commit bcb17e3

Browse files
committed
Pin mockk and Kotest to versions requiring Kotlin 1.9.x
1 parent 3d6b3ed commit bcb17e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
java = "17"
33
kotlin = "1.9.20"
4-
kotest = "5.9.1"
4+
kotest = "5.8.0"
55
ignition = "8.3.0"
66

77
[plugins]
@@ -21,7 +21,7 @@ kotest-junit = { group = "io.kotest", name = "kotest-runner-junit5", version.ref
2121
kotest-assertions-core = { group = "io.kotest", name = "kotest-assertions-core", version.ref = "kotest" }
2222
kotest-property = { group = "io.kotest", name = "kotest-property", version.ref = "kotest" }
2323
kotest-data = { group = "io.kotest", name = "kotest-framework-datatest", version.ref = "kotest" }
24-
mockk = { group = "io.mockk", name = "mockk", version = "1.14.6" }
24+
mockk = { group = "io.mockk", name = "mockk", version = "1.13.9" }
2525

2626
[bundles]
2727
gateway = [

0 commit comments

Comments
 (0)