Skip to content

Commit 1ba5701

Browse files
committed
Bump mockito to version 2.21.0
1 parent a0f7875 commit 1ba5701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mockito-kotlin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2828
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.23.3'
2929

30-
compile "org.mockito:mockito-core:2.19.0"
30+
compile "org.mockito:mockito-core:2.21.0"
3131

3232
testCompile 'junit:junit:4.12'
3333
testCompile 'com.nhaarman:expect.kt:1.0.0'
@@ -55,4 +55,4 @@ kotlin {
5555
experimental {
5656
coroutines "enable"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)