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 @@ -54,7 +54,7 @@ dependencies {
54
54
androidTestImplementation(project(" :kotest-runner-android" ))
55
55
androidTestImplementation(" androidx.test:runner:1.5.2" )
56
56
androidTestImplementation(" androidx.test:core:1.5.0" )
57
- androidTestImplementation(" androidx.test:rules:1.5.0 " )
57
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
58
58
androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
59
59
60
60
}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
57
57
androidTestImplementation(project(" :kotest-runner-android" ))
58
58
androidTestImplementation(" androidx.test:runner:1.5.2" )
59
59
androidTestImplementation(" androidx.test:core:1.5.0" )
60
- androidTestImplementation(" androidx.test:rules:1.5.0 " )
60
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
61
61
androidTestImplementation(" androidx.test:core-ktx:1.5.0" )
62
62
63
63
}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
53
53
testImplementation(" org.junit.vintage:junit-vintage-engine:5.11.3" )
54
54
androidTestImplementation(" androidx.test:runner:1.5.2" )
55
55
androidTestImplementation(" androidx.test:core:1.5.0" )
56
- androidTestImplementation(" androidx.test:rules:1.5.0 " )
56
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
57
57
}
58
58
59
59
tasks.withType<Test > {
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ dependencies {
37
37
androidTestImplementation(project(" :kotest-runner-android" ))
38
38
androidTestImplementation(" androidx.test:runner:1.5.2" )
39
39
androidTestImplementation(" androidx.test:core:1.5.0" )
40
- androidTestImplementation(" androidx.test:rules:1.5.0 " )
40
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
41
41
42
42
}
You can’t perform that action at this time.
0 commit comments