diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-05-12 22:57:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 22:57:24 +0530 |
commit | 0f3718380bd0674b65ab1f061a9c428ce75fefa6 (patch) | |
tree | 9acb2063a48a3a34166a43c96463ac07c570385b /gradle/libs.versions.toml | |
parent | ec696c1d8d2ad91ca2844a791ae38f68444bad81 (diff) |
fix(deps): update kotlin to v1.7.1 (#2515)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 ce10d1d4..a841ab99 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ androidxActivity = "1.7.1" bouncycastle = "1.73" # @keep used for kotlinCompilerExtensionVersion composeCompiler = "1.4.7" -coroutines = "1.7.0" +coroutines = "1.7.1" flowbinding = "1.2.0" hilt = "2.46" kotlin = "1.8.21" |