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 {
5050dependencies {
5151 implementation(kotlin(" reflect" ))
5252 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 " )
5454 implementation(" junit:junit:4.13.2" )
5555 implementation(" androidx.appcompat:appcompat:1.7.0" )
5656
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
4848 implementation(" androidx.test:core-ktx:1.5.0" )
4949 testImplementation(project(" :kotest-extensions-android" ))
5050 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 " )
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" )
You can’t perform that action at this time.
0 commit comments