Skip to content

Commit 4cbd876

Browse files
committed
Merge pull request #36 from nhaarman/release-0.4.1
Release 0.4.1
2 parents 772d0d9 + abfc083 commit 4cbd876

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)