Skip to content

Commit 978be14

Browse files
authored
Merge pull request #224 from nhaarman/update-dependencies
Update dependencies
2 parents 47424f2 + 9008da3 commit 978be14

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ out/
77
*.iml
88

99
.idea/
10+
!/.idea/codeStyleSettings.xml

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2121
env:

mockito-kotlin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ repositories {
2525

2626
dependencies {
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

3535
dokka {

0 commit comments

Comments
 (0)