Skip to content

Commit 6aac77a

Browse files
⬆ Update dependency io.kotest:kotest-runner-junit5 to v6
1 parent e2e8b08 commit 6aac77a

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
@@ -38,7 +38,7 @@ kotlin {
3838
sourceSets {
3939
val jvmTest by getting {
4040
dependencies {
41-
implementation("io.kotest:kotest-runner-junit5:5.9.1")
41+
implementation("io.kotest:kotest-runner-junit5:6.0.0")
4242
implementation("io.kotest:kotest-property:5.9.1")
4343
}
4444
}

0 commit comments

Comments
 (0)