We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35c19d commit ca6d237Copy full SHA for ca6d237
kotest-extensions-android/kotest-extensions-android-tests/build.gradle.kts
@@ -39,7 +39,7 @@ android {
39
dependencies {
40
implementation("androidx.test:core-ktx:1.5.0")
41
testImplementation(project(":kotest-extensions-android"))
42
- testImplementation("io.kotest:kotest-runner-junit5:5.9.0")
+ testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
43
androidTestImplementation("androidx.test:runner:1.5.2")
44
androidTestImplementation("androidx.test:core:1.5.0")
45
androidTestImplementation("androidx.test:rules:1.5.0")
0 commit comments