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.
2 parents 98584ec + ae821f5 commit 7444d1dCopy full SHA for 7444d1d
mockito-kotlin/build.gradle
@@ -3,7 +3,7 @@ apply from: '../publishing.gradle'
3
apply plugin: 'org.jetbrains.dokka'
4
5
buildscript {
6
- ext.kotlin_version = "1.3.0-rc-116"
+ ext.kotlin_version = "1.3.0-rc-146"
7
8
repositories {
9
mavenCentral()
@@ -29,7 +29,7 @@ dependencies {
29
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
30
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.30.0-eap13'
31
32
- compile "org.mockito:mockito-core:2.21.0"
+ compile "org.mockito:mockito-core:2.23.0"
33
34
testCompile 'junit:junit:4.12'
35
testCompile 'com.nhaarman:expect.kt:1.0.0'
0 commit comments