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.
2 parents a0f7875 + 1ba5701 commit ba3294fCopy full SHA for ba3294f
mockito-kotlin/build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
28
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.23.3'
29
30
- compile "org.mockito:mockito-core:2.19.0"
+ compile "org.mockito:mockito-core:2.21.0"
31
32
testCompile 'junit:junit:4.12'
33
testCompile 'com.nhaarman:expect.kt:1.0.0'
@@ -55,4 +55,4 @@ kotlin {
55
experimental {
56
coroutines "enable"
57
}
58
-}
+}
0 commit comments