X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=build.gradle;h=d769f0470f7a190be8a98a0de0e7386fcf8a0a4b;hp=6c6437b6b38c4d0a4efc14227813b2fda383e041;hb=9aeb3574a0a916179b062de0581c0a7ad56c2746;hpb=92659ae51c7320986e369b59667ccf173ef0de6b diff --git a/build.gradle b/build.gradle index 6c6437b..d769f04 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ group = 'net.pterodactylus' -version = '0.9.7' +version = '0.9.8' buildscript { - ext.kotlinVersion = '1.1.60' + ext.kotlinVersion = '1.2.20' repositories { mavenCentral() }