Skip to content

Commit

Permalink
Bump kotlinx-coroutines-guava from 1.6.3 to 1.6.4 (#2679)
Browse files Browse the repository at this point in the history
Bumps [kotlinx-coroutines-guava](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.3 to 1.6.4.
- [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.6.3...1.6.4)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-guava
  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] committed Jul 17, 2022
1 parent a67b201 commit b13f548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wear/build.gradle.kts
Expand Up @@ -90,7 +90,7 @@ dependencies {

implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.6.4")

implementation("com.google.android.material:material:1.6.0")

Expand Down

0 comments on commit b13f548

Please sign in to comment.