Skip to content

Commit

Permalink
Bump kotlinCoroutinesVersion from 1.5.0 to 1.5.1 (#3976)
Browse files Browse the repository at this point in the history
Bumps `kotlinCoroutinesVersion` from 1.5.0 to 1.5.1.

Updates `kotlinx-coroutines-core` from 1.5.0 to 1.5.1
- [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.5.0...1.5.1)

Updates `kotlinx-coroutines-android` from 1.5.0 to 1.5.1
- [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.5.0...1.5.1)

Updates `kotlinx-coroutines-test` from 1.5.0 to 1.5.1
- [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.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2021
1 parent e693f84 commit c69339f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ext {
buildToolsVersion = "30.0.3"
compileSdkVersion = 30

kotlinCoroutinesVersion = '1.5.0'
kotlinCoroutinesVersion = '1.5.1'
composeVersion = '1.0.0-rc01'
espressoVersion = '3.4.0'
ktlintVersion = '0.41.0'
Expand Down

0 comments on commit c69339f

Please sign in to comment.