diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-07-25 18:27:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 18:27:13 +0000 |
commit | 2b924c1b0fa9322f97a6fa85718830d1b08766d5 (patch) | |
tree | 4ddfcf6a012ca2bf67550d6f18267df1d628c33d | |
parent | 13b66acc02cc5dfea9ab1d010153b7346efa6aa8 (diff) |
fix(deps): update kotlin and compose to v1.7.3 (#2621)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 493342a1..931f8d23 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ bouncycastle = "1.75" moshi = "1.15.0" # @keep used for kotlinCompilerExtensionVersion composeCompiler = "1.5.0-dev-k1.9.0-6a60475e07f" -coroutines = "1.7.2" +coroutines = "1.7.3" flowbinding = "1.2.0" hilt = "2.47" kotlin = "1.9.0" |