From: David ‘Bombe’ Roden Date: Sat, 7 Jan 2017 22:43:33 +0000 (+0100) Subject: Update to Kotlin 1.0.6 X-Git-Tag: 0.9.7^2~361 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=39d7f93adc1f8c966c818ed71a223461716f6a84 Update to Kotlin 1.0.6 --- diff --git a/build.gradle b/build.gradle index f19c861..2ceb56a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ version = '0.9.6' buildscript { ext { - kotlinVersion = '1.0.5' + kotlinVersion = '1.0.6' } repositories { mavenCentral()