Upgrade to Kotlin 1.1.2-5

Changelog: https://github.com/JetBrains/kotlin/releases/tag/v1.1.2-5
This commit is contained in:
Sebastien Deleuze 2017-06-13 12:22:52 +02:00
parent 779deb0fa7
commit aa28b6cb54
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.1.2-4'
ext.kotlinVersion = '1.1.2-5'
repositories {
maven { url "https://repo.spring.io/plugins-release" }
}