We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bb379 commit d90ced6Copy full SHA for d90ced6
mockito-kotlin/build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
26
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'
27
28
- compile "org.mockito:mockito-core:3.8.0"
+ compile "org.mockito:mockito-core:3.9.0"
29
30
testCompile 'junit:junit:4.12'
31
testCompile 'com.nhaarman:expect.kt:1.0.0'
0 commit comments