We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fec59 commit 3d5ac86Copy full SHA for 3d5ac86
build.gradle
@@ -62,6 +62,6 @@ dependencies {
62
63
testImplementation files('libs/java-json.jar')
64
testImplementation 'com.squareup.assertj:assertj-android:1.2.0'
65
- testImplementation ("io.mockk:mockk:1.13.4")
+ testImplementation ("io.mockk:mockk:1.14.5")
66
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
67
}
0 commit comments