From: David ‘Bombe’ Roden Date: Wed, 17 Jan 2018 21:13:38 +0000 (+0100) Subject: Update Kotlin version to 1.2.20 X-Git-Tag: v79^2~237 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=0219692c16d02db6cfe9fb4f0621ceefc8ec4cd2 Update Kotlin version to 1.2.20 --- diff --git a/build.gradle b/build.gradle index 8111c2a..d769f04 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ group = 'net.pterodactylus' version = '0.9.8' buildscript { - ext.kotlinVersion = '1.2.0' + ext.kotlinVersion = '1.2.20' repositories { mavenCentral() }