Skip to content

Commit 0534593

Browse files
committed
fix(deps): update dependency io.kotest:kotest-bom to v5.8.0
1 parent 9ddc3c6 commit 0534593

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
@@ -11,7 +11,7 @@ repositories {
1111
dependencies {
1212
implementation("com.charleskorn.kaml:kaml:0.55.0")
1313

14-
testImplementation(platform("io.kotest:kotest-bom:5.7.2"))
14+
testImplementation(platform("io.kotest:kotest-bom:5.8.0"))
1515
testImplementation("io.kotest:kotest-runner-junit5")
1616
testImplementation("io.kotest:kotest-assertions-core")
1717
}

0 commit comments

Comments
 (0)