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 @@ -48,7 +48,7 @@ dependencies {
4848 androidTestImplementation(project(" :kotest-runner-android" ))
4949 androidTestImplementation(" androidx.test:runner:1.5.2" )
5050 androidTestImplementation(" androidx.test:core:1.5.0" )
51- androidTestImplementation(" androidx.test:rules:1.5.0 " )
51+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
5252 androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
5353
5454}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 androidTestImplementation(project(" :kotest-runner-android" ))
5252 androidTestImplementation(" androidx.test:runner:1.5.2" )
5353 androidTestImplementation(" androidx.test:core:1.5.0" )
54- androidTestImplementation(" androidx.test:rules:1.5.0 " )
54+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
5555 androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
5656
5757}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 testImplementation(" io.kotest:kotest-runner-junit5:5.9.1" )
4343 androidTestImplementation(" androidx.test:runner:1.5.2" )
4444 androidTestImplementation(" androidx.test:core:1.5.0" )
45- androidTestImplementation(" androidx.test:rules:1.5.0 " )
45+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
4646
4747}
4848
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ dependencies {
3434 androidTestImplementation(project(" :kotest-runner-android" ))
3535 androidTestImplementation(" androidx.test:runner:1.5.2" )
3636 androidTestImplementation(" androidx.test:core:1.5.0" )
37- androidTestImplementation(" androidx.test:rules:1.5.0 " )
37+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
3838
3939}
You can’t perform that action at this time.
0 commit comments