From 6793fe12d8955e1e629d13a84a17a4375a976808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 07:30:23 +0000 Subject: [PATCH] Bump kotlinx-coroutines-test from 1.4.1 to 1.4.2-native-mt Bumps [kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.4.1 to 1.4.2-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[bot] --- platform/coroutines-testutils/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/coroutines-testutils/build.gradle.kts b/platform/coroutines-testutils/build.gradle.kts index f040a2c5..c010af96 100644 --- a/platform/coroutines-testutils/build.gradle.kts +++ b/platform/coroutines-testutils/build.gradle.kts @@ -6,7 +6,7 @@ plugins { dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.20") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.2-native-mt") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.4.1") implementation("junit:junit:4.13") }