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 @@ -47,7 +47,7 @@ dependencies {
4747
4848 androidTestImplementation(project(" :kotest-runner-android" ))
4949 androidTestImplementation(" androidx.test:runner:1.5.2" )
50- androidTestImplementation(" androidx.test:core:1.5.0 " )
50+ androidTestImplementation(" androidx.test:core:1.6.1 " )
5151 androidTestImplementation(" androidx.test:rules:1.5.0" )
5252 androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
5353
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
5050
5151 androidTestImplementation(project(" :kotest-runner-android" ))
5252 androidTestImplementation(" androidx.test:runner:1.5.2" )
53- androidTestImplementation(" androidx.test:core:1.5.0 " )
53+ androidTestImplementation(" androidx.test:core:1.6.1 " )
5454 androidTestImplementation(" androidx.test:rules:1.5.0" )
5555 androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
5656
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
4141 testImplementation(project(" :kotest-extensions-android" ))
4242 testImplementation(" io.kotest:kotest-runner-junit5:5.9.1" )
4343 androidTestImplementation(" androidx.test:runner:1.5.2" )
44- androidTestImplementation(" androidx.test:core:1.5.0 " )
44+ androidTestImplementation(" androidx.test:core:1.6.1 " )
4545 androidTestImplementation(" androidx.test:rules:1.5.0" )
4646
4747}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
3333dependencies {
3434 androidTestImplementation(project(" :kotest-runner-android" ))
3535 androidTestImplementation(" androidx.test:runner:1.5.2" )
36- androidTestImplementation(" androidx.test:core:1.5.0 " )
36+ androidTestImplementation(" androidx.test:core:1.6.1 " )
3737 androidTestImplementation(" androidx.test:rules:1.5.0" )
3838
3939}
You can’t perform that action at this time.
0 commit comments