summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-17 17:30:04 +0000
committerGitHub <noreply@github.com>2021-12-17 17:30:04 +0000
commitabdcefd6a3a979185c097ae010eadd0c65716801 (patch)
tree4ac84877d279500be2b5b78ec0a8bc089095bb06 /gradle
parent64fed530b28b2b3dd0a984570e25c7e66d9fc409 (diff)
build(deps): bump kotlinx-coroutines-test from 1.6.0-RC2 to 1.6.0-RC3 (#1592)
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 53e0acc4..4f951d24 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -4,7 +4,7 @@ androidx_activity = "1.4.0"
androidx_test = "1.4.1-alpha03"
compose = "1.1.0-beta04"
composeSnapshot = "-"
-coroutines = "1.6.0-RC2"
+coroutines = "1.6.0-RC3"
flowbinding = "1.2.0"
hilt = "2.40.5"
kotlin = "1.6.10"