diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f27484e..81c1476 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -83,7 +83,7 @@ dependencies { debugImplementation("androidx.fragment:fragment-testing:1.4.1") testImplementation("androidx.arch.core:core-testing:2.1.0") androidTestImplementation("io.mockk:mockk-android:1.12.4") - androidTestImplementation("io.mockk:mockk-agent-jvm:1.12.4") + androidTestImplementation("io.mockk:mockk-agent-jvm:1.13.4") testImplementation("io.mockk:mockk:1.12.4") - testImplementation("io.mockk:mockk-agent-jvm:1.12.0") + testImplementation("io.mockk:mockk-agent-jvm:1.13.4") }