File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ matrix:
11
11
- jdk : oraclejdk8
12
12
env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.2.50
13
13
- jdk : oraclejdk8
14
- env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.3.0-rc-116
14
+ env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.3.0
15
15
- jdk : oraclejdk8
16
16
env : TERM=dumb KOTLIN_VERSION=1.0.7
17
17
- jdk : oraclejdk8
18
18
env : TERM=dumb KOTLIN_VERSION=1.1.61
19
19
- jdk : oraclejdk8
20
20
env : TERM=dumb KOTLIN_VERSION=1.2.50
21
21
- jdk : oraclejdk8
22
- env : TERM=dumb KOTLIN_VERSION=1.3.0-rc-116
22
+ env : TERM=dumb KOTLIN_VERSION=1.3.0
23
23
24
24
25
25
env :
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ apply from: '../publishing.gradle'
3
3
apply plugin : ' org.jetbrains.dokka'
4
4
5
5
buildscript {
6
- ext. kotlin_version = " 1.3.0-rc-146 "
6
+ ext. kotlin_version = " 1.3.0"
7
7
8
8
repositories {
9
9
mavenCentral()
10
10
jcenter()
11
- maven { url ' http://dl.bintray.com/kotlin/kotlin-eap' }
12
11
}
13
12
14
13
dependencies {
@@ -22,22 +21,21 @@ buildscript {
22
21
repositories {
23
22
mavenCentral()
24
23
jcenter()
25
- maven { url ' http://dl.bintray.com/kotlin/kotlin-eap' }
26
24
}
27
25
28
26
dependencies {
29
27
compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
30
- compileOnly ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.30.0-eap13 '
28
+ compileOnly ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0 '
31
29
32
30
compile " org.mockito:mockito-core:2.23.0"
33
31
34
32
testCompile ' junit:junit:4.12'
35
33
testCompile ' com.nhaarman:expect.kt:1.0.0'
36
34
37
35
testCompile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
38
- testCompile ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.30.0-eap13 '
36
+ testCompile ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0 '
39
37
40
- testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:0.30.0-eap13 "
38
+ testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.0 "
41
39
}
42
40
43
41
dokka {
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext. kotlin_version = System . getenv(" KOTLIN_VERSION" ) ?: ' 1.0.7'
3
- ext. kotlin_version = ' 1.3.0-rc-116 '
3
+ ext. kotlin_version = ' 1.3.0'
4
4
5
5
repositories {
6
6
mavenCentral()
7
- maven { url ' http://dl.bintray.com/kotlin/kotlin-eap' }
8
7
}
9
8
dependencies {
10
9
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
@@ -17,7 +16,6 @@ apply plugin: 'kotlin'
17
16
repositories {
18
17
mavenCentral()
19
18
jcenter()
20
- maven { url ' http://dl.bintray.com/kotlin/kotlin-eap' }
21
19
}
22
20
23
21
dependencies {
You can’t perform that action at this time.
0 commit comments