Skip to content

Commit c55e244

Browse files
Update dependency io.kotest:kotest-framework-discovery to v5.9.1 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b2ea0e commit c55e244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotest-runner-android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
dependencies {
99
api("junit:junit:4.13.2")
1010
api("io.kotest:kotest-framework-engine:5.9.0")
11-
api("io.kotest:kotest-framework-discovery:5.9.0")
11+
api("io.kotest:kotest-framework-discovery:5.9.1")
1212
}
1313

1414
val sourcesJar by tasks.registering(Jar::class) {

0 commit comments

Comments
 (0)