File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
kotest-assertions-android
kotest-extensions-android
kotest-extensions-android-tests
kotest-runner-android/kotest-runner-android-tests Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
5454 androidTestImplementation(project(" :kotest-runner-android" ))
5555 androidTestImplementation(" androidx.test:runner:1.5.2" )
5656 androidTestImplementation(" androidx.test:core:1.5.0" )
57- androidTestImplementation(" androidx.test:rules:1.5.0 " )
57+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
5858 androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
5959
6060}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
5757 androidTestImplementation(project(" :kotest-runner-android" ))
5858 androidTestImplementation(" androidx.test:runner:1.5.2" )
5959 androidTestImplementation(" androidx.test:core:1.5.0" )
60- androidTestImplementation(" androidx.test:rules:1.5.0 " )
60+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
6161 androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
6262
6363}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 testImplementation(" org.junit.vintage:junit-vintage-engine:5.11.3" )
5454 androidTestImplementation(" androidx.test:runner:1.5.2" )
5555 androidTestImplementation(" androidx.test:core:1.5.0" )
56- androidTestImplementation(" androidx.test:rules:1.5.0 " )
56+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
5757}
5858
5959tasks.withType<Test > {
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ dependencies {
3737 androidTestImplementation(project(" :kotest-runner-android" ))
3838 androidTestImplementation(" androidx.test:runner:1.5.2" )
3939 androidTestImplementation(" androidx.test:core:1.5.0" )
40- androidTestImplementation(" androidx.test:rules:1.5.0 " )
40+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
4141
4242}
You can’t perform that action at this time.
0 commit comments