Skip to content

Commit cbd661c

Browse files
⬆ Update dependency io.kotest:kotest-runner-junit5 to v6.1.1 (#177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 09d4be7 commit cbd661c

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
@@ -37,7 +37,7 @@ kotlin {
3737
sourceSets {
3838
val jvmTest by getting {
3939
dependencies {
40-
implementation("io.kotest:kotest-runner-junit5:6.1.0")
40+
implementation("io.kotest:kotest-runner-junit5:6.1.1")
4141
implementation("io.kotest:kotest-property:6.1.1")
4242
}
4343
}

0 commit comments

Comments
 (0)