⬆️ Update Kotlin version
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 7 May 2019 19:59:58 +0000 (21:59 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 7 May 2019 19:59:58 +0000 (21:59 +0200)
build.gradle

index 4709a8b..45012bd 100644 (file)
@@ -2,7 +2,7 @@ group = 'net.pterodactylus'
 version = '0.9.8'
 
 buildscript {
-    ext.kotlinVersion = '1.2.31'
+    ext.kotlinVersion = '1.2.71'
     repositories {
         mavenCentral()
     }