X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=build.gradle;h=d769f0470f7a190be8a98a0de0e7386fcf8a0a4b;hp=453a26296171f6839b0ea3dfc97f734dff6310a8;hb=e28b0a9dd851f52f8e09a49f97eac5c1a26ecf48;hpb=0d0cf0126bce3fa60926dfdd8507548a677bb3f2 diff --git a/build.gradle b/build.gradle index 453a262..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.51' + ext.kotlinVersion = '1.2.20' repositories { mavenCentral() }