From: David ‘Bombe’ Roden Date: Thu, 25 Jan 2018 17:29:52 +0000 (+0100) Subject: Update Kotlin version to 1.2.21 X-Git-Tag: v79^2~175 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=fe97f1918e486c530c1c5280c2f8b97896a211f7;hp=393926e1a012b28b05e946d6ac68310b3548f6f3 Update Kotlin version to 1.2.21 --- diff --git a/build.gradle b/build.gradle index d769f04..c2bb12e 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ group = 'net.pterodactylus' version = '0.9.8' buildscript { - ext.kotlinVersion = '1.2.20' + ext.kotlinVersion = '1.2.21' repositories { mavenCentral() }