Skip to content

Commit 6110a90

Browse files
committed
Update Mockito version to 2.1.0-beta.125
1 parent 6cf8557 commit 6110a90

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
2-
id "com.jfrog.bintray" version "1.5"
2+
id "com.jfrog.bintray" version "1.5"
3+
id 'com.github.ben-manes.versions' version '0.13.0'
34
}
45
apply plugin: 'maven'
56
apply plugin: 'maven-publish'

mockito-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
dependencies {
2121
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2222
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
23-
compile "org.mockito:mockito-core:2.0.99-beta"
23+
compile "org.mockito:mockito-core:2.1.0-beta.125"
2424

2525
/* Tests */
2626
testCompile "junit:junit:4.12"

0 commit comments

Comments
 (0)