File tree 3 files changed +3
-3
lines changed
kotest-assertions-android
kotest-extensions-android
kotest-extensions-android-tests
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
49
49
androidTestImplementation(" androidx.test:runner:1.5.2" )
50
50
androidTestImplementation(" androidx.test:core:1.5.0" )
51
51
androidTestImplementation(" androidx.test:rules:1.5.0" )
52
- androidTestImplementation(" androidx.test:core-ktx:1.5.0 " )
52
+ androidTestImplementation(" androidx.test:core-ktx:1.6.1 " )
53
53
54
54
}
55
55
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
androidTestImplementation(" androidx.test:runner:1.5.2" )
53
53
androidTestImplementation(" androidx.test:core:1.5.0" )
54
54
androidTestImplementation(" androidx.test:rules:1.5.0" )
55
- androidTestImplementation(" androidx.test:core-ktx:1.5.0 " )
55
+ androidTestImplementation(" androidx.test:core-ktx:1.6.1 " )
56
56
57
57
}
58
58
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
37
37
38
38
39
39
dependencies {
40
- implementation(" androidx.test:core-ktx:1.5.0 " )
40
+ implementation(" androidx.test:core-ktx:1.6.1 " )
41
41
testImplementation(project(" :kotest-extensions-android" ))
42
42
testImplementation(" io.kotest:kotest-runner-junit5:5.9.1" )
43
43
androidTestImplementation(" androidx.test:runner:1.5.2" )
You can’t perform that action at this time.
0 commit comments