diff --git a/app/build.gradle b/app/build.gradle index 5f9ba4a..07d3816 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -113,7 +113,7 @@ dependencies { testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.2" testImplementation "com.google.truth:truth:1.1.3" testImplementation "com.squareup.okhttp3:mockwebserver:4.9.1" - testImplementation "io.mockk:mockk:1.13.5" + testImplementation "io.mockk:mockk:1.13.16" testImplementation "org.robolectric:robolectric:4.5.1" androidTestImplementation 'com.google.dagger:hilt-android-testing:2.46.1'