diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-10 17:54:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 17:54:45 +0000 |
commit | b59c4f068cd9f4791a78d94c3c75f7484423f977 (patch) | |
tree | f85d89856ca5d2dedce7a5b7be3738115d27edd9 /gradle/libs.versions.toml | |
parent | 8db0b67ce9ba4a5e56c04c1bea3a738eacb176cf (diff) |
build(deps): bump kotlinx-coroutines-test from 1.6.0-RC to 1.6.0-RC2 (#1586)
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 347bf55e..59a80c93 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-RC" +coroutines = "1.6.0-RC2" flowbinding = "1.2.0" hilt = "2.40.5" kotlin = "1.6.0" |