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 @@ -44,7 +44,7 @@ dependencies {
4444 testImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
4545 testImplementation(" org.junit.vintage:junit-vintage-engine:5.11.3" )
4646 androidTestImplementation(" androidx.test:runner:1.5.2" )
47- androidTestImplementation(" androidx.test:core:1.5.0 " )
47+ androidTestImplementation(" androidx.test:core:1.6.1 " )
4848 androidTestImplementation(" androidx.test:rules:1.5.0" )
4949}
5050
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