File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
kotest-extensions-android
kotest-extensions-android-tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ configurations {
50
50
dependencies {
51
51
implementation(kotlin(" reflect" ))
52
52
implementation(" io.kotest:kotest-framework-engine:6.0.0.M6" )
53
- implementation(" org.robolectric:robolectric:4.12.2 " )
53
+ implementation(" org.robolectric:robolectric:4.15.1 " )
54
54
implementation(" junit:junit:4.13.2" )
55
55
implementation(" androidx.appcompat:appcompat:1.7.0" )
56
56
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
48
48
implementation(" androidx.test:core-ktx:1.5.0" )
49
49
testImplementation(project(" :kotest-extensions-android" ))
50
50
testImplementation(" io.kotest:kotest-runner-junit5:5.9.1" )
51
- testImplementation(" org.robolectric:robolectric:4.12.2 " )
51
+ testImplementation(" org.robolectric:robolectric:4.15.1 " )
52
52
testImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
53
53
testImplementation(" org.junit.vintage:junit-vintage-engine:5.11.3" )
54
54
androidTestImplementation(" androidx.test:runner:1.5.2" )
You can’t perform that action at this time.
0 commit comments