diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-12-16 15:00:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 15:00:03 +0530 |
commit | a4869eff75a24f00a54fbef8da154e6d79f52169 (patch) | |
tree | 4eec0de650b5cdc712256862c6603ff2c535f09a /gradle/libs.versions.toml | |
parent | 9c5c4d57acd719fd72ed7645a54e4fd88f2645f5 (diff) |
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.7 (#2818)
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 e6d098cb..f8ac9a32 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -62,7 +62,7 @@ dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" } dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" } kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" } -kotlinx-collections-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6" +kotlinx-collections-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7" kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } |