Skip to content

Commit

Permalink
Bump jetbrains-kotlinx-coroutines from 1.7.1 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps `jetbrains-kotlinx-coroutines` from 1.7.1 to 1.8.0.

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.7.1 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](Kotlin/kotlinx.coroutines@1.7.1...1.8.0)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.1 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](Kotlin/kotlinx.coroutines@1.7.1...1.8.0)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.7.1 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](Kotlin/kotlinx.coroutines@1.7.1...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-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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 5da346a commit 5d629be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ firebase-bom = "32.6.0"

# Jetbrains
jetbrains-kotlin-reflect = "1.8.21"
jetbrains-kotlinx-coroutines = "1.7.1"
jetbrains-kotlinx-coroutines = "1.8.0"

# Junit
junit = "4.13.2"
Expand Down

0 comments on commit 5d629be

Please sign in to comment.