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 7
7
* .iml
8
8
9
9
.idea /
10
+ ! /.idea /codeStyleSettings.xml
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ matrix:
9
9
- jdk : oraclejdk8
10
10
env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1.61
11
11
- 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
13
13
- jdk : oraclejdk8
14
14
env : TERM=dumb KOTLIN_VERSION=1.0.7
15
15
- jdk : oraclejdk8
16
16
env : TERM=dumb KOTLIN_VERSION=1.1.61
17
17
- jdk : oraclejdk8
18
- env : TERM=dumb KOTLIN_VERSION=1.2.0
18
+ env : TERM=dumb KOTLIN_VERSION=1.2.10
19
19
20
20
21
21
env :
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ repositories {
25
25
26
26
dependencies {
27
27
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"
29
29
30
30
/* Tests */
31
31
testCompile " junit:junit:4.12"
32
- testCompile " com.nhaarman:expect.kt:0.6.2 "
32
+ testCompile " com.nhaarman:expect.kt:1.0.0 "
33
33
}
34
34
35
35
dokka {
You can’t perform that action at this time.
0 commit comments