提交 18781d70 编写于 作者: S Sebastien Deleuze

Upgrade to Kotlin 1.2.51

上级 d22d4082
...@@ -11,7 +11,7 @@ buildscript { ...@@ -11,7 +11,7 @@ buildscript {
// 3rd party plugin repositories can be configured in settings.gradle // 3rd party plugin repositories can be configured in settings.gradle
plugins { plugins {
id "io.spring.dependency-management" version "1.0.5.RELEASE" apply false id "io.spring.dependency-management" version "1.0.5.RELEASE" apply false
id "org.jetbrains.kotlin.jvm" version "1.2.50" apply false id "org.jetbrains.kotlin.jvm" version "1.2.51" apply false
id "org.jetbrains.dokka" version "0.9.17" id "org.jetbrains.dokka" version "0.9.17"
id "org.asciidoctor.convert" version "1.5.7" id "org.asciidoctor.convert" version "1.5.7"
} }
...@@ -37,7 +37,7 @@ ext { ...@@ -37,7 +37,7 @@ ext {
junitPlatformVersion = "1.2.0" junitPlatformVersion = "1.2.0"
junitJupiterVersion = "5.2.0" junitJupiterVersion = "5.2.0"
junitVintageVersion = "5.2.0" junitVintageVersion = "5.2.0"
kotlinVersion = "1.2.50" kotlinVersion = "1.2.51"
log4jVersion = "2.11.0" log4jVersion = "2.11.0"
nettyVersion = "4.1.25.Final" nettyVersion = "4.1.25.Final"
reactorVersion = "Californium-BUILD-SNAPSHOT" reactorVersion = "Californium-BUILD-SNAPSHOT"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册