Skip to content

Commit ae821f5

Browse files
authored
Bump mockito-core to 2.23.0 to support stable coroutines
1 parent dfd4257 commit ae821f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mockito-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3030
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.30.0-eap13'
3131

32-
compile "org.mockito:mockito-core:2.21.0"
32+
compile "org.mockito:mockito-core:2.23.0"
3333

3434
testCompile 'junit:junit:4.12'
3535
testCompile 'com.nhaarman:expect.kt:1.0.0'

0 commit comments

Comments
 (0)