Skip to content

Commit abfc083

Browse files
committed
Update dependencies
- Kotlin: 1.0.1-2 -> 1.0.2 - Mockito: 2.0.48-beta -> 2.0.52-beta - Expect.kt: 0.5.0 -> 0.5.1
1 parent 772d0d9 commit abfc083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mockito-kotlin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'kotlin'
22

33
buildscript {
4-
ext.kotlin_version = '1.0.1-2'
4+
ext.kotlin_version = '1.0.2'
55

66
repositories {
77
mavenCentral()
@@ -20,11 +20,11 @@ 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.47-beta"
23+
compile "org.mockito:mockito-core:2.0.52-beta"
2424

2525
/* Tests */
2626
testCompile "junit:junit:4.12"
27-
testCompile "com.nhaarman:expect.kt:0.5.0"
27+
testCompile "com.nhaarman:expect.kt:0.5.1"
2828
}
2929

3030
publishing {

0 commit comments

Comments
 (0)