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:
7
7
- jdk : oraclejdk7
8
8
env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.6
9
9
- 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
11
11
- jdk : oraclejdk8
12
12
env : TERM=dumb KOTLIN_VERSION=1.0.6
13
13
- jdk : oraclejdk8
14
- env : TERM=dumb KOTLIN_VERSION=1.1.0-beta-18
14
+ env : TERM=dumb KOTLIN_VERSION=1.1.0-beta-38
15
15
16
16
17
17
env :
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' com.github.ben-manes.versions' version ' 0.13 .0'
2
+ id ' com.github.ben-manes.versions' version ' 0.14 .0'
3
3
}
4
4
5
5
apply from : ' gradle/scripts/tagging.gradle'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ repositories {
28
28
dependencies {
29
29
compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
30
30
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"
32
32
33
33
/* Tests */
34
34
testCompile " junit:junit:4.12"
You can’t perform that action at this time.
0 commit comments