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 6cf8557 commit 6110a90Copy full SHA for 6110a90
build.gradle
@@ -1,5 +1,6 @@
1
plugins {
2
- id "com.jfrog.bintray" version "1.5"
+ id "com.jfrog.bintray" version "1.5"
3
+ id 'com.github.ben-manes.versions' version '0.13.0'
4
}
5
apply plugin: 'maven'
6
apply plugin: 'maven-publish'
mockito-kotlin/build.gradle
@@ -20,7 +20,7 @@ repositories {
20
dependencies {
21
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
22
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
23
- compile "org.mockito:mockito-core:2.0.99-beta"
+ compile "org.mockito:mockito-core:2.1.0-beta.125"
24
25
/* Tests */
26
testCompile "junit:junit:4.12"
0 commit comments