From e6435c5f85aefca9c79082f36397eedaef663edc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 22:20:55 +0000 Subject: [PATCH] Bump courutines_version from 1.3.8 to 1.3.9-native-mt Bumps `courutines_version` from 1.3.8 to 1.3.9-native-mt. Updates `kotlinx-coroutines-core` from 1.3.8 to 1.3.9-native-mt - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits) Updates `kotlinx-coroutines-reactive` from 1.3.8 to 1.3.9-native-mt - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 50efb0b..ac2e578 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ subprojects { buildscript { ext.kotlin_version = '1.3.21' ext.discord_version = '3.0.1' - ext.courutines_version = '1.3.8' + ext.courutines_version = '1.3.9-native-mt' } apply plugin: 'kotlin'