Skip to content

Commit 067d7c4

Browse files
chore(deps): update dependency io.kotest:kotest-assertions-core to v6
1 parent ac44d7e commit 067d7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/com/saveourtool/save/buildutils/kotlin-library.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ kotlin {
5151
sourceSets {
5252
val commonTest by getting {
5353
dependencies {
54-
implementation("io.kotest:kotest-assertions-core:5.8.1")
54+
implementation("io.kotest:kotest-assertions-core:6.0.0")
5555
implementation(kotlin("test-common"))
5656
implementation(kotlin("test-annotations-common"))
5757
}

0 commit comments

Comments
 (0)