Skip to content

Commit 8c319cb

Browse files
committed
chore: update kotest
1 parent 9aebafd commit 8c319cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
val coroutines = "1.10.1"
1818
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
1919

20-
val kotest = "5.9.1"
20+
val kotest = "6.0.0.M2"
2121
testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotest")
2222
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotest")
2323
testImplementation("io.kotest:kotest-property-jvm:$kotest")

0 commit comments

Comments
 (0)