File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ matrix:
1111 - jdk : openjdk8
1212 env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.2.50
1313 - jdk : openjdk8
14- env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.3.40
14+ env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.3.50
1515 - jdk : openjdk8
1616 env : TERM=dumb KOTLIN_VERSION=1.0.7
1717 - jdk : openjdk8
1818 env : TERM=dumb KOTLIN_VERSION=1.1.61
1919 - jdk : openjdk8
2020 env : TERM=dumb KOTLIN_VERSION=1.2.50
2121 - jdk : openjdk8
22- env : TERM=dumb KOTLIN_VERSION=1.3.40
22+ env : TERM=dumb KOTLIN_VERSION=1.3.50
2323
2424
2525env :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply from: '../publishing.gradle'
33apply plugin : ' org.jetbrains.dokka'
44
55buildscript {
6- ext. kotlin_version = " 1.3.0 "
6+ ext. kotlin_version = " 1.3.50 "
77
88 repositories {
99 mavenCentral()
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = System . getenv(" KOTLIN_VERSION" ) ?: ' 1.3.0 '
2+ ext. kotlin_version = System . getenv(" KOTLIN_VERSION" ) ?: ' 1.3.50 '
33
44 repositories {
55 mavenCentral()
You can’t perform that action at this time.
0 commit comments