From 43f1376a00342338f4d0affde5e1f2f540ab7e32 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 17 Mar 2020 14:56:21 +0100 Subject: perf: Upgrade to kotlinx-coroutines 1.3.5 due to memory leak This change upgrades the dependency on kotlinx-coroutines due a memory leak that was introduced in 1.3.2, causing simulations to run out of memory. --- buildSrc/src/main/kotlin/library.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildSrc') diff --git a/buildSrc/src/main/kotlin/library.kt b/buildSrc/src/main/kotlin/library.kt index 6333e351..3b05f3a4 100644 --- a/buildSrc/src/main/kotlin/library.kt +++ b/buildSrc/src/main/kotlin/library.kt @@ -45,5 +45,5 @@ object Library { /** * Kotlin coroutines support */ - val KOTLINX_COROUTINES = "1.3.4" + val KOTLINX_COROUTINES = "1.3.5" } -- cgit v1.2.3