From: David ‘Bombe’ Roden Date: Tue, 10 Sep 2019 10:11:06 +0000 (+0200) Subject: ⬆️ Update Kotlin version X-Git-Tag: v81^2~127^2^2~1 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=988679ca624f7ab5057708ac7db76f191453effc ⬆️ Update Kotlin version --- diff --git a/build.gradle b/build.gradle index a9e11ca..4fd4ada 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ group = 'net.pterodactylus' version = '80' buildscript { - ext.kotlinVersion = '1.3.41' + ext.kotlinVersion = '1.3.50' repositories { mavenCentral() }