From 4ce29f0eb64856bbe47d4eeedcfc6ff274a3ee09 Mon Sep 17 00:00:00 2001 From: NikkyAI Date: Sun, 25 Nov 2018 00:33:31 +0100 Subject: [PATCH] bumping forgelin, kotlin and libraries version --- core/build.gradle | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index d0ecf9e..f28627b 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -31,7 +31,7 @@ dependencies { shadow(group: 'com.github.kittinunf.result', name: 'result', version: resultVersion) { transitive = false } compile(group: "org.jetbrains.kotlinx", name: "kotlinx-coroutines-core", version: coroutinesVersion) - shadow(group: "org.jetbrains.kotlinx", name: "kotlinx-coroutines-core", version: coroutinesVersion) { transitive = false } +// shadow(group: "org.jetbrains.kotlinx", name: "kotlinx-coroutines-core", version: coroutinesVersion) { transitive = false } compile(group: "org.jetbrains.kotlinx", name: "kotlinx-serialization-runtime", version: serializationVersion) shadow(group: "org.jetbrains.kotlinx", name: "kotlinx-serialization-runtime", version: serializationVersion) { transitive = false } diff --git a/gradle.properties b/gradle.properties index f213d4e..e3d4f4f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ modName = MatterLink modVersion = 1.6.4 -forgelinVersion = 1.8.0 -kotlinVersion = 1.3.0 +forgelinVersion = 1.8.2 +kotlinVersion = 1.3.10 coroutinesVersion = 1.0.1 serializationVersion = 0.9.1 shadowVersion = 2.0.2