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 545a132 commit bb91c13Copy full SHA for bb91c13
library/build.gradle
@@ -69,7 +69,7 @@ dependencies {
69
testImplementation 'junit:junit:4.13.2'
70
testImplementation 'org.robolectric:robolectric:4.12.2'
71
testImplementation 'net.sf.kxml:kxml2:2.3.0'
72
- testImplementation "io.mockk:mockk:1.13.6"
+ testImplementation "io.mockk:mockk:1.13.11"
73
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
74
}
75
0 commit comments