From: David ‘Bombe’ Roden Date: Tue, 28 Nov 2017 17:14:38 +0000 (+0100) Subject: Update to Kotlin 1.2.0 X-Git-Tag: 0.9.8^2~6 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=88ed72c4e8971a1d6e93a889f6774338d53682c6 Update to Kotlin 1.2.0 --- diff --git a/build.gradle b/build.gradle index 6c6437b..a186c71 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ group = 'net.pterodactylus' version = '0.9.7' buildscript { - ext.kotlinVersion = '1.1.60' + ext.kotlinVersion = '1.2.0' repositories { mavenCentral() }