Skip to content

Commit 2a4152c

Browse files
⬆ Update kotestVersion to v5.9.1 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eee1f3b commit 2a4152c

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
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
val kotestVersion = "5.9.0"
19+
val kotestVersion = "5.9.1"
2020
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
2121
testImplementation("io.kotest:kotest-property:$kotestVersion")
2222
}

0 commit comments

Comments
 (0)