diff options
author | natanfudge <natan.lifsiz@gmail.com> | 2019-08-24 20:17:07 +0300 |
---|---|---|
committer | natanfudge <natan.lifsiz@gmail.com> | 2019-08-24 20:17:07 +0300 |
commit | 9f3e7a9daf03bd18a549704b324930e937b14ed3 (patch) | |
tree | 689786773d5a08ff9eef391dc50ccd59d3ae9a89 /gradle.properties | |
parent | f6d49c01523c4ef0c4728730634ddc6afa6b2f4a (diff) |
Update to kotlin 1.3.50
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
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 |