⬆️ Use newest Kotlin version
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 1 Aug 2019 14:19:01 +0000 (16:19 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 2 Aug 2019 22:49:44 +0000 (00:49 +0200)
build.gradle

index 877169f..a0861a6 100644 (file)
@@ -2,7 +2,7 @@ group = 'net.pterodactylus'
 version = '80'
 
 buildscript {
-    ext.kotlinVersion = '1.2.71'
+    ext.kotlinVersion = '1.3.41'
     repositories {
         mavenCentral()
     }