From: David ‘Bombe’ Roden Date: Thu, 1 Aug 2019 14:19:01 +0000 (+0200) Subject: ⬆️ Use newest Kotlin version X-Git-Tag: v81^2~137 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=c49e4f0600f9dad1d271b5ae816a88f941bac73a ⬆️ Use newest Kotlin version --- diff --git a/build.gradle b/build.gradle index 877169f..a0861a6 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ group = 'net.pterodactylus' version = '80' buildscript { - ext.kotlinVersion = '1.2.71' + ext.kotlinVersion = '1.3.41' repositories { mavenCentral() }