From 3ba01777dfe9a4ab01cc9d539e61fc75dc83ea35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 05:49:23 +0000 Subject: [PATCH] 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] --- domains/store/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/store/build.gradle b/domains/store/build.gradle index 7b6db9a..efc925c 100644 --- a/domains/store/build.gradle +++ b/domains/store/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation project(":core") implementation Dependencies.mavenCentral.kotlinSerializationJson implementation Dependencies.mavenCentral.kotlinCoroutinesCore - implementation "com.squareup.sqldelight:coroutines-extensions:1.5.3" + implementation "com.squareup.sqldelight:coroutines-extensions:1.5.4" kotlinFixtures(it) } \ No newline at end of file