Skip to content

Commit

Permalink
Merge pull request #159 from nhaarman/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
nhaarman authored Apr 1, 2017
2 parents 0b22ec3 + a9a61af commit 8a8a727
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ language: java
matrix:
include:
- jdk: oraclejdk7
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.6
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.7
- jdk: oraclejdk7
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1.0-beta-38
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1.1
- jdk: oraclejdk8
env: TERM=dumb KOTLIN_VERSION=1.0.6
env: TERM=dumb KOTLIN_VERSION=1.0.7
- jdk: oraclejdk8
env: TERM=dumb KOTLIN_VERSION=1.1.0-beta-38
env: TERM=dumb KOTLIN_VERSION=1.1.1


env:
Expand Down
4 changes: 2 additions & 2 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.6'
ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.0.7'

repositories {
mavenCentral()
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.7.5"
compile "org.mockito:mockito-core:2.7.21"

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

0 comments on commit 8a8a727

Please sign in to comment.