From 4f5582d590b348161aedd1e2b6d04acc9191809c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 20:05:54 +0000 Subject: [PATCH] Bump kotlinx-uuid-core from 0.0.9 to 0.0.10 Bumps [kotlinx-uuid-core](https://github.com/hfhbd/kotlinx-uuid) from 0.0.9 to 0.0.10. - [Release notes](https://github.com/hfhbd/kotlinx-uuid/releases) - [Commits](https://github.com/hfhbd/kotlinx-uuid/compare/v0.0.9...v0.0.10) --- updated-dependencies: - dependency-name: app.softwork:kotlinx-uuid-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cloudkitclient-testing/build.gradle.kts | 2 +- integrationTest/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudkitclient-testing/build.gradle.kts b/cloudkitclient-testing/build.gradle.kts index ccc05c5..8797554 100644 --- a/cloudkitclient-testing/build.gradle.kts +++ b/cloudkitclient-testing/build.gradle.kts @@ -14,7 +14,7 @@ kotlin { commonMain { dependencies { api(project(":cloudkitclient-core")) - api("app.softwork:kotlinx-uuid-core:0.0.9") + api("app.softwork:kotlinx-uuid-core:0.0.10") } } commonTest { diff --git a/integrationTest/build.gradle.kts b/integrationTest/build.gradle.kts index a7ad7db..7eb032a 100644 --- a/integrationTest/build.gradle.kts +++ b/integrationTest/build.gradle.kts @@ -14,7 +14,7 @@ kotlin { commonMain { dependencies { implementation(project(":cloudkitclient-core")) - api("app.softwork:kotlinx-uuid-core:0.0.9") + api("app.softwork:kotlinx-uuid-core:0.0.10") } } commonTest {