Update Kotlin version
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 3 Mar 2018 16:07:59 +0000 (17:07 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 3 Mar 2018 16:07:59 +0000 (17:07 +0100)
build.gradle

index c2bb12e..d44e512 100644 (file)
@@ -2,7 +2,7 @@ group = 'net.pterodactylus'
 version = '0.9.8'
 
 buildscript {
-    ext.kotlinVersion = '1.2.21'
+    ext.kotlinVersion = '1.2.30'
     repositories {
         mavenCentral()
     }