Update Kotlin version to 1.2.20
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 17 Jan 2018 21:13:38 +0000 (22:13 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 17 Jan 2018 21:13:38 +0000 (22:13 +0100)
build.gradle

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