From: David ‘Bombe’ Roden Date: Fri, 13 Apr 2018 13:01:03 +0000 (+0200) Subject: Update Kotlin version X-Git-Tag: v79^2~124 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=c91f62613be54c6e7e14b21f0e9f7c26894c934c Update Kotlin version --- diff --git a/build.gradle b/build.gradle index d44e512..d7169d5 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ group = 'net.pterodactylus' version = '0.9.8' buildscript { - ext.kotlinVersion = '1.2.30' + ext.kotlinVersion = '1.2.31' repositories { mavenCentral() }