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 772d0d9 + abfc083 commit 4cbd876Copy full SHA for 4cbd876
mockito-kotlin/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'kotlin'
2
3
buildscript {
4
- ext.kotlin_version = '1.0.1-2'
+ ext.kotlin_version = '1.0.2'
5
6
repositories {
7
mavenCentral()
@@ -20,11 +20,11 @@ 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.47-beta"
+ compile "org.mockito:mockito-core:2.0.52-beta"
24
25
/* Tests */
26
testCompile "junit:junit:4.12"
27
- testCompile "com.nhaarman:expect.kt:0.5.0"
+ testCompile "com.nhaarman:expect.kt:0.5.1"
28
}
29
30
publishing {
0 commit comments