Update Kotlin version to 1.2.21
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 25 Jan 2018 17:29:52 +0000 (18:29 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 25 Jan 2018 17:29:52 +0000 (18:29 +0100)
build.gradle

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