Skip to content

Commit

Permalink
Merge pull request #140 from nhaarman/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
nhaarman committed Dec 19, 2016
2 parents 327d431 + a1ea33b commit 8380e14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ language: java
matrix:
include:
- jdk: oraclejdk7
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.5-2
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.5-3
- jdk: oraclejdk7
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1-M03
- jdk: oraclejdk8
env: TERM=dumb KOTLIN_VERSION=1.0.5-2
env: TERM=dumb KOTLIN_VERSION=1.0.5-3
- jdk: oraclejdk8
env: TERM=dumb KOTLIN_VERSION=1.1-M03

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-all.zip
6 changes: 3 additions & 3 deletions mockito-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply from: './publishing.gradle'
apply plugin: 'org.jetbrains.dokka'

buildscript {
ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.0.5-2'
ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.0.5-3'

repositories {
mavenCentral()
Expand All @@ -13,7 +13,7 @@ buildscript {

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.10"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.11"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
classpath "com.github.dcendents:android-maven-gradle-plugin:1.5"
}
Expand All @@ -28,7 +28,7 @@ repositories {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile "org.mockito:mockito-core:2.2.28"
compile "org.mockito:mockito-core:2.3.9"

/* Tests */
testCompile "junit:junit:4.12"
Expand Down

0 comments on commit 8380e14

Please sign in to comment.