From 62964860dea02e268fc08f4f2733ea1307a2789a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 09:24:52 +0200 Subject: [PATCH] Bump kotlinx-uuid-core from 0.0.15 to 0.0.16 (#229) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 52a1a8a..d523f2a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ kotlin { commonMain { dependencies { api(compose.runtime) - api("app.softwork:kotlinx-uuid-core:0.0.15") + api("app.softwork:kotlinx-uuid-core:0.0.16") } } commonTest {