aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-07-13 11:27:04 +0000
committerGitHub <noreply@github.com>2022-07-13 11:27:04 +0000
commitb7e291450b096c8ed3f2f14a071929759967747b (patch)
treec177b001a801642e6b24dea51f4c156fe7ca75a9 /gradle
parentfa59dc41e2f36154571c9b82155f824c56416824 (diff)
chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.6.4 (#1998)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 0b47193d..08b5c7bc 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -4,7 +4,7 @@ androidx_activity = "1.6.0-alpha05"
bouncycastle = "1.71"
composeFoundation = "1.2.0-alpha08"
composeUi = "1.2.0-alpha08"
-coroutines = "1.6.3"
+coroutines = "1.6.4"
flowbinding = "1.2.0"
hilt = "2.42"
kotlin = "1.7.10"