From aa28b6cb5483559c73cb2b1c67bd8ac8a726c048 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Tue, 13 Jun 2017 12:22:52 +0200 Subject: [PATCH] Upgrade to Kotlin 1.1.2-5 Changelog: https://github.com/JetBrains/kotlin/releases/tag/v1.1.2-5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a95e9e2ca62..6ef0eb7bb3e 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } }