Skip to content

Commit 50f6306

Browse files
Update dependency io.kotest:kotest-runner-junit5 to v6
1 parent a7c20d7 commit 50f6306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paparazzi-gradle-plugin/src/test/projects/supports-kotest/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation(libs.androidx.appcompat)
3131

3232
testImplementation("io.kotest:kotest-framework-engine:5.9.1")
33-
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
33+
testImplementation("io.kotest:kotest-runner-junit5:6.1.3")
3434
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
3535
}
3636

0 commit comments

Comments
 (0)