Skip to content

Commit 75114bd

Browse files
committed
Upgrade to Kotlin 1.1.4-3
1 parent 3c9bb64 commit 75114bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
plugins {
1515
id "com.gradle.build-scan" version "1.8"
1616
id "io.spring.dependency-management" version "1.0.3.RELEASE" apply false
17-
id "org.jetbrains.kotlin.jvm" version "1.1.4" apply false
17+
id "org.jetbrains.kotlin.jvm" version "1.1.4-3" apply false
1818
id "org.jetbrains.dokka" version "0.9.15"
1919
id "org.asciidoctor.convert" version "1.5.3"
2020
}
@@ -55,7 +55,7 @@ configure(allprojects) { project ->
5555
ext.junitJupiterVersion = '5.0.0-RC3'
5656
ext.junitPlatformVersion = '1.0.0-RC3'
5757
ext.junitVintageVersion = "4.12.0-RC3"
58-
ext.kotlinVersion = '1.1.4'
58+
ext.kotlinVersion = '1.1.4-3'
5959
ext.log4jVersion = '2.8.2'
6060
ext.nettyVersion = "4.1.15.Final"
6161
ext.okhttp3Version = "3.8.1"

0 commit comments

Comments
 (0)