Skip to content

Commit 4f05e3f

Browse files
Update dependency io.kotest.multiplatform to v6
1 parent ab5530a commit 4f05e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotest-multiplatform/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "1.9.23"
33
coroutines = "1.7.1"
4-
kotest = "5.9.1"
4+
kotest = "6.0.0-LOCAL"
55

66
[libraries]
77
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }

kotest-native/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotest = "5.4.2"
2+
kotest = "6.0.0-LOCAL"
33
kotlin = "1.6.21"
44
coroutines = "1.6.4"
55

0 commit comments

Comments
 (0)