From e0987c538741612fcbd76f5ad61f0cc0b6a74e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 04:00:47 +0000 Subject: [PATCH] [Update]: Bump coroutinesVersion from 1.8.1 to 1.9.0 Bumps `coroutinesVersion` from 1.8.1 to 1.9.0. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.1 to 1.9.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.8.1...1.9.0) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.8.1 to 1.9.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.8.1...1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core 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 7a3da12..6c5fe86 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { agpVersion = '8.6.1' kotlinVersion = '2.0.20' dokkaVersion = '1.9.20' - coroutinesVersion = '1.8.1' + coroutinesVersion = '1.9.0' androidCoreVersion = '1.13.1' composeCompilerVersion = '1.5.8' composeBomVersion = '2024.09.02'