Skip to content

Commit bb4ac76

Browse files
authored
Merge pull request #43 from nhaarman/release-0.5.1
Release 0.5.1
2 parents 62cd94f + 8e6ab15 commit bb4ac76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip

mockito-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
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.2'
4+
ext.kotlin_version = '1.0.2-1'
55

66
repositories {
77
mavenCentral()

0 commit comments

Comments
 (0)