File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 77* .iml
88
99.idea /
10+ ! /.idea /codeStyleSettings.xml
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ matrix:
99 - jdk : oraclejdk8
1010 env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1.61
1111 - jdk : oraclejdk8
12- env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.2.0
12+ env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.2.10
1313 - jdk : oraclejdk8
1414 env : TERM=dumb KOTLIN_VERSION=1.0.7
1515 - jdk : oraclejdk8
1616 env : TERM=dumb KOTLIN_VERSION=1.1.61
1717 - jdk : oraclejdk8
18- env : TERM=dumb KOTLIN_VERSION=1.2.0
18+ env : TERM=dumb KOTLIN_VERSION=1.2.10
1919
2020
2121env :
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ repositories {
2525
2626dependencies {
2727 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
28- compile " org.mockito:mockito-core:2.12 .0"
28+ compile " org.mockito:mockito-core:2.13 .0"
2929
3030 /* Tests */
3131 testCompile " junit:junit:4.12"
32- testCompile " com.nhaarman:expect.kt:0.6.2 "
32+ testCompile " com.nhaarman:expect.kt:1.0.0 "
3333}
3434
3535dokka {
You can’t perform that action at this time.
0 commit comments