Upgrade to Kotlin 1.1.2-eap-69

This commit is contained in:
Sebastien Deleuze 2017-04-12 11:04:11 +02:00
parent 779779de7b
commit d12d5f3455
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,8 @@
buildscript {
ext.kotlinVersion = '1.1.1'
ext.kotlinVersion = '1.1.2-eap-69'
repositories {
maven { url "https://repo.spring.io/plugins-release" }
maven { url "https://dl.bintray.com/kotlin/kotlin-eap-1.1" }
}
dependencies {
classpath("io.spring.gradle:dependency-management-plugin:1.0.0.RELEASE")
@ -177,6 +178,7 @@ configure(allprojects) { project ->
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://dl.bintray.com/kotlin/kotlin-eap-1.1" }
}
dependencies {