File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed 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.20
12
+ env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.2.50
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.20
18
+ env : TERM=dumb KOTLIN_VERSION=1.2.50
19
19
20
20
21
21
env :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply from: '../publishing.gradle'
3
3
apply plugin : ' org.jetbrains.dokka'
4
4
5
5
buildscript {
6
- ext. kotlin_version = " 1.2.20 "
6
+ ext. kotlin_version = " 1.2.50 "
7
7
8
8
repositories {
9
9
mavenCentral()
@@ -25,17 +25,17 @@ repositories {
25
25
26
26
dependencies {
27
27
compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
28
- compileOnly ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.19 .3'
28
+ compileOnly ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.23 .3'
29
29
30
- compile " org.mockito:mockito-core:2.13 .0"
30
+ compile " org.mockito:mockito-core:2.19 .0"
31
31
32
32
testCompile ' junit:junit:4.12'
33
33
testCompile ' com.nhaarman:expect.kt:1.0.0'
34
34
35
35
testCompile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
36
- testCompile ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.19 .3'
36
+ testCompile ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.23 .3'
37
37
38
- testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:0.21 "
38
+ testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:0.23.3 "
39
39
}
40
40
41
41
dokka {
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.2.20 '
2
+ ext. kotlin_version = ' 1.2.50 '
3
3
ext. kotlin_version = System . getenv(" KOTLIN_VERSION" ) ?: ' 1.0.7'
4
4
5
5
repositories {
@@ -22,7 +22,7 @@ dependencies {
22
22
compile files(" ${ rootProject.projectDir} /mockito-kotlin/build/libs/mockito-kotlin-${ rootProject.ext.versionName} .jar" )
23
23
24
24
compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
25
- compile " org.mockito:mockito-core:2.13 .0"
25
+ compile " org.mockito:mockito-core:2.19 .0"
26
26
27
27
testCompile " junit:junit:4.12"
28
28
testCompile " com.nhaarman:expect.kt:1.0.0"
You can’t perform that action at this time.
0 commit comments