aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-13 08:47:25 +0000
committerdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-13 10:06:25 +0000
commit405c4c849a7e79fcba6eb4eb26638c1f73f7bd42 (patch)
tree157055041236f9a9939296d05e497a2aec06d8f8
parent63126252cba430c026584e013aa31aad768b8681 (diff)
downloadrobolectric-upstream-master.tar.gz
Bump org.jetbrains.kotlinx:kotlinx-coroutines-androidupstream-master
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 to 1.8.1. - [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.0...1.8.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index d4a7e931f..91bd7fa19 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -30,7 +30,7 @@ error-prone-gradle = "3.1.0"
kotlin = "1.9.24"
# https://github.com/Kotlin/kotlinx.coroutines/releases/
-kotlinx-coroutines = '1.8.0'
+kotlinx-coroutines = '1.8.1'
# https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
spotless-gradle = "6.25.0"