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 @@ -53,7 +53,7 @@ dependencies {
5353
5454 androidTestImplementation(project(" :kotest-runner-android" ))
5555 androidTestImplementation(" androidx.test:runner:1.5.2" )
56- androidTestImplementation(" androidx.test:core:1.5.0 " )
56+ androidTestImplementation(" androidx.test:core:1.6.1 " )
5757 androidTestImplementation(" androidx.test:rules:1.5.0" )
5858 androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
5959
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
5656
5757 androidTestImplementation(project(" :kotest-runner-android" ))
5858 androidTestImplementation(" androidx.test:runner:1.5.2" )
59- androidTestImplementation(" androidx.test:core:1.5.0 " )
59+ androidTestImplementation(" androidx.test:core:1.6.1 " )
6060 androidTestImplementation(" androidx.test:rules:1.5.0" )
6161 androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
6262
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
5252 testImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
5353 testImplementation(" org.junit.vintage:junit-vintage-engine:5.11.3" )
5454 androidTestImplementation(" androidx.test:runner:1.5.2" )
55- androidTestImplementation(" androidx.test:core:1.5.0 " )
55+ androidTestImplementation(" androidx.test:core:1.6.1 " )
5656 androidTestImplementation(" androidx.test:rules:1.5.0" )
5757}
5858
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
3636dependencies {
3737 androidTestImplementation(project(" :kotest-runner-android" ))
3838 androidTestImplementation(" androidx.test:runner:1.5.2" )
39- androidTestImplementation(" androidx.test:core:1.5.0 " )
39+ androidTestImplementation(" androidx.test:core:1.6.1 " )
4040 androidTestImplementation(" androidx.test:rules:1.5.0" )
4141
4242}
You can’t perform that action at this time.
0 commit comments