From: David ‘Bombe’ Roden Date: Tue, 7 May 2019 19:59:58 +0000 (+0200) Subject: ⬆️ Update Kotlin version X-Git-Tag: v79^2~52 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=45ab9f91f9c840a122e894c04b96683d9e3a33df ⬆️ Update Kotlin version --- diff --git a/build.gradle b/build.gradle index 4709a8b..45012bd 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ group = 'net.pterodactylus' version = '0.9.8' buildscript { - ext.kotlinVersion = '1.2.31' + ext.kotlinVersion = '1.2.71' repositories { mavenCentral() }