File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ matrix:
77 - jdk : oraclejdk7
88 env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.6
99 - jdk : oraclejdk7
10- env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1.0-beta-18
10+ env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1.0-beta-38
1111 - jdk : oraclejdk8
1212 env : TERM=dumb KOTLIN_VERSION=1.0.6
1313 - jdk : oraclejdk8
14- env : TERM=dumb KOTLIN_VERSION=1.1.0-beta-18
14+ env : TERM=dumb KOTLIN_VERSION=1.1.0-beta-38
1515
1616
1717env :
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.github.ben-manes.versions' version ' 0.13 .0'
2+ id ' com.github.ben-manes.versions' version ' 0.14 .0'
33}
44
55apply from : ' gradle/scripts/tagging.gradle'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ repositories {
2828dependencies {
2929 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
3030 compile " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
31- compile " org.mockito:mockito-core:2.6 .5"
31+ compile " org.mockito:mockito-core:2.7 .5"
3232
3333 /* Tests */
3434 testCompile " junit:junit:4.12"
You can’t perform that action at this time.
0 commit comments