From a83c188e8d98b3ea51200d9b33f8f927f6b2fadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 07:16:17 +0000 Subject: [PATCH] Bump kotlinx-coroutines-test from 1.4.2-native-mt to 1.6.3-native-mt Bumps [kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.4.2-native-mt to 1.6.3-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) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f5f6fbf..cbc53bb 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ buildscript { ROBOLETRIC = '4.5.1' MOCKITO_INLINE = '3.8.0' ASSERT_J = '3.19.0' - COROUTINES = '1.4.2-native-mt' + COROUTINES = '1.6.3-native-mt' BARISTA = '3.9.0' //==============================================================================================