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
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
48
48
androidTestImplementation(project(" :kotest-runner-android" ))
49
49
androidTestImplementation(" androidx.test:runner:1.5.2" )
50
50
androidTestImplementation(" androidx.test:core:1.5.0" )
51
- androidTestImplementation(" androidx.test:rules:1.5.0 " )
51
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
52
52
androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
53
53
54
54
}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
androidTestImplementation(project(" :kotest-runner-android" ))
52
52
androidTestImplementation(" androidx.test:runner:1.5.2" )
53
53
androidTestImplementation(" androidx.test:core:1.5.0" )
54
- androidTestImplementation(" androidx.test:rules:1.5.0 " )
54
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
55
55
androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
56
56
57
57
}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
testImplementation(" io.kotest:kotest-runner-junit5:5.9.1" )
43
43
androidTestImplementation(" androidx.test:runner:1.5.2" )
44
44
androidTestImplementation(" androidx.test:core:1.5.0" )
45
- androidTestImplementation(" androidx.test:rules:1.5.0 " )
45
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
46
46
47
47
}
48
48
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ dependencies {
34
34
androidTestImplementation(project(" :kotest-runner-android" ))
35
35
androidTestImplementation(" androidx.test:runner:1.5.2" )
36
36
androidTestImplementation(" androidx.test:core:1.5.0" )
37
- androidTestImplementation(" androidx.test:rules:1.5.0 " )
37
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
38
38
39
39
}
You can’t perform that action at this time.
0 commit comments