From 4e6609cd98643852008aff212272248d1bc494df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:18:54 +0000 Subject: [PATCH] chore(deps): bump deps.coroutinesVersion from 1.7.3 to 1.8.0 Bumps `deps.coroutinesVersion` from 1.7.3 to 1.8.0. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.7.3 to 1.8.0 - [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.7.3...1.8.0) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.7.3 to 1.8.0 - [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.7.3...1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 71b96fcba..f5980e7d2 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ project.ext { deps = [ aboutLibrariesVersion: "${aboutLibrariesVersion}", androidXCoreVersion : '1.12.0', - coroutinesVersion : '1.7.3', + coroutinesVersion : '1.8.0', hiltVersion : "${hiltVersion}", kotlinVersion : "${kotlinVersion}", lifecycleVersion : '2.6.2',