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 6ee75f7 commit d556691Copy full SHA for d556691
mockito-kotlin/build.gradle
@@ -42,7 +42,7 @@ test.dependsOn testInlineMockito
42
dependencies {
43
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
44
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
45
- compile "org.mockito:mockito-core:2.1.0"
+ compile "org.mockito:mockito-core:2.2.1"
46
47
/* Tests */
48
testCompile "junit:junit:4.12"
0 commit comments