From 9deb20a755528d1370cab429e6849cfc607780db Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sun, 15 Mar 2020 15:29:12 -0700 Subject: Update 1.1.0 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 0a82c28..7a70982 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,6 +2,6 @@ # This is required to provide enough memory for the Minecraft decompilation process. org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -kotlin_version=1.3.61 -coroutines_version = 1.3.2 -annotations_version = 18.0.0 \ No newline at end of file +kotlin_version=1.3.70 +coroutines_version = 1.3.4 +annotations_version = 19.0.0 \ No newline at end of file -- cgit