Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-coroutines-play-services
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-play-services](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.4 to 1.7.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.6.4...1.7.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-play-services
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored and warting committed May 8, 2023
1 parent 0d2d294 commit f8ffdb1
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ dependencies {
implementation(composeBom)
androidTestImplementation(composeBom)

val coroutineVersion = "1.6.4"
val coroutineVersion = "1.7.0"

implementation("androidx.datastore:datastore-preferences:1.0.0")

2 changes: 1 addition & 1 deletion dynamiclinks/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ dependencies {
implementation(composeBom )
androidTestImplementation(composeBom)

val coroutineVersion = "1.6.4"
val coroutineVersion = "1.7.0"

implementation(project(":core"))
api(platform("com.google.firebase:firebase-bom:31.2.2"))
2 changes: 1 addition & 1 deletion messaging/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ kotlin {

dependencies {

val coroutineVersion = "1.6.4"
val coroutineVersion = "1.7.0"

val composeBom = platform("androidx.compose:compose-bom:2023.05.00")
implementation(composeBom )
2 changes: 1 addition & 1 deletion messagingfirestore/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ kotlin {

dependencies {

val coroutineVersion = "1.6.4"
val coroutineVersion = "1.7.0"

api(project(":core"))
api(project(":messaging"))

0 comments on commit f8ffdb1

Please sign in to comment.