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:
parent
1e060dad44
commit
3ba01777df
|
@ -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)
|
||||||
}
|
}
|
Loading…
Reference in New Issue