From 5615a5eee35153cce34029a4be3f8a0c62376b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 05:02:29 +0000 Subject: [PATCH] Bump coroutines from 1.6.0 to 1.6.4 Bumps `coroutines` from 1.6.0 to 1.6.4. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.6.0 to 1.6.4 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.0...1.6.4) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-play-services` from 1.6.0 to 1.6.4 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.0...1.6.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-play-services dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f2405c10..6a2ce638 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ composeThemeAdapter = "1.1.3" composeMaterialDialogs = "0.5.1" core = "1.7.0" coreSplashscreen = "1.0.0-beta01" -coroutines = "1.6.0" +coroutines = "1.6.4" circleImageView = "3.1.0" datastore = "1.0.0" easyAdapter = "7.0.1"