Skip to content

Commit 91a76c1

Browse files
Update dependency io.kotest.multiplatform to v6
1 parent b0437d4 commit 91a76c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kotest-javascript/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.0.0"
3-
kotest = "5.10.0-LOCAL"
3+
kotest = "6.0.0-LOCAL"
44
ktor = "2.3.4"
55

66
[libraries]

kotest-multiplatform/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)