From 8d9cb15cffd696d382a8413d011c2c329640e199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:39:07 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx:kotlinx-collections-immutable Bumps [org.jetbrains.kotlinx:kotlinx-collections-immutable](https://github.com/Kotlin/kotlinx.collections.immutable) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/Kotlin/kotlinx.collections.immutable/releases) - [Changelog](https://github.com/Kotlin/kotlinx.collections.immutable/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.collections.immutable/compare/v0.3.6...v0.3.7) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-collections-immutable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a84e39c..ec8f42c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -88,7 +88,7 @@ dependencies { implementation "androidx.glance:glance-appwidget:$glance_version" implementation "androidx.glance:glance-material3:$glance_version" - implementation 'org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6' + implementation 'org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7' implementation project(":core:data") implementation project(":core:common")