From 90c0276180dbec0d88c3b0c87d6bb134c8f891b3 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 30 Oct 2018 19:20:59 -0400 Subject: [PATCH] Update Kotlin to 1.3.0, Coroutines to 1.0.0 Closes #43 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index a166316..3649958 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,6 +6,6 @@ mc_version = 1.12.2 mcp_mappings = snapshot_20180609 forge_version = 14.23.4.2705 -kotlin_version = 1.2.41 -annotations_version = 16.0.2 -coroutines_version = 0.23.0 +kotlin_version = 1.3.0 +annotations_version = 16.0.3 +coroutines_version = 1.0.0