From 9f3e7a9daf03bd18a549704b324930e937b14ed3 Mon Sep 17 00:00:00 2001 From: natanfudge Date: Sat, 24 Aug 2019 20:17:07 +0300 Subject: Update to kotlin 1.3.50 --- build.gradle | 1 - gradle.properties | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index ac7592e..c26b367 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,6 @@ minecraft { repositories { maven { url = "http://maven.fabricmc.net/" } - maven { url = "https://kotlin.bintray.com/kotlinx" } } dependencies { diff --git a/gradle.properties b/gradle.properties index 79a1a3a..dbad658 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use minecraft_version=1.14.4 - yarn_mappings=1.14.4+build.5 - loader_version=0.4.8+build.159 + yarn_mappings=1.14.4+build.12 + loader_version=0.4.9+build.208 # Changing this WILL affect the build, as defined in settings.gradle loom_version=0.2.5-SNAPSHOT @@ -16,9 +16,9 @@ org.gradle.jvmargs=-Xmx1G # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.3.0+build.207 + fabric_version=0.3.1+build.208 # Kotlin # Changing this WILL affect the build, as defined in settings.gradle - kotlin_version=1.3.41 - fabric_kotlin_version=1.3.40+build.1 \ No newline at end of file + kotlin_version=1.3.50 + fabric_kotlin_version=1.3.50+build.1 \ No newline at end of file -- cgit 1.4.1