From de381a6da2e1cb36c335cbf3f3da1c8bd4763624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:58:31 +0000 Subject: [PATCH] Bump watermelon from 1.4.0 to 1.5.0 Bumps `watermelon` from 1.4.0 to 1.5.0. Updates `com.inkapplications.watermelon:coroutines` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/inkapplications/watermelon/releases) - [Changelog](https://github.com/InkApplications/Watermelon/blob/master/CHANGELOG.md) - [Commits](https://github.com/inkapplications/watermelon/compare/1.4.0...1.5.0) Updates `com.inkapplications.watermelon:standard` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/inkapplications/watermelon/releases) - [Changelog](https://github.com/InkApplications/Watermelon/blob/master/CHANGELOG.md) - [Commits](https://github.com/inkapplications/watermelon/compare/1.4.0...1.5.0) Updates `com.inkapplications.watermelon:android` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/inkapplications/watermelon/releases) - [Changelog](https://github.com/InkApplications/Watermelon/blob/master/CHANGELOG.md) - [Commits](https://github.com/inkapplications/watermelon/compare/1.4.0...1.5.0) --- updated-dependencies: - dependency-name: com.inkapplications.watermelon:coroutines dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.inkapplications.watermelon:standard dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.inkapplications.watermelon:android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9998884..733d841 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ compose-compiler = "1.5.9" ack = "1.0.0" kimchi-core = "2.1.2" kimchi-firebase = "2.0.0" -watermelon = "1.4.0" +watermelon = "1.5.0" kotlin = "1.9.22" coroutines = "1.8.0" dagger = "2.46.1"