Bump coroutines-extensions from 1.5.3 to 1.5.4

Bumps [coroutines-extensions](https://github.com/square/sqldelight) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/square/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/sqldelight/compare/1.5.3...1.5.4)

---
updated-dependencies:
- dependency-name: com.squareup.sqldelight:coroutines-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-07 05:49:23 +00:00 committed by GitHub
parent 1e060dad44
commit 3ba01777df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ dependencies {
implementation project(":core") implementation project(":core")
implementation Dependencies.mavenCentral.kotlinSerializationJson implementation Dependencies.mavenCentral.kotlinSerializationJson
implementation Dependencies.mavenCentral.kotlinCoroutinesCore implementation Dependencies.mavenCentral.kotlinCoroutinesCore
implementation "com.squareup.sqldelight:coroutines-extensions:1.5.3" implementation "com.squareup.sqldelight:coroutines-extensions:1.5.4"
kotlinFixtures(it) kotlinFixtures(it)
} }