Skip to content

Commit 7e812f7

Browse files
Update dependency io.kotest:kotest-assertions-core to v6.0.2
1 parent 767e92c commit 7e812f7

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
@@ -33,7 +33,7 @@ repositories {
3333

3434
dependencies {
3535
testImplementation("junit:junit:4.13.2")
36-
testImplementation("io.kotest:kotest-assertions-core:6.0.0") {
36+
testImplementation("io.kotest:kotest-assertions-core:6.0.2") {
3737
exclude(group = "org.jetbrains.kotlinx", module = "kotlinx-coroutines-core")
3838
}
3939
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")

0 commit comments

Comments
 (0)