From 346ed2e20344b445836f80613e9c91c24ff69374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 08:17:26 +0200 Subject: [PATCH] Bump app.softwork:kotlinx-uuid-core from 0.1.1 to 0.1.2 (#400) Bumps [app.softwork:kotlinx-uuid-core](https://github.com/hfhbd/kotlinx-uuid) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/hfhbd/kotlinx-uuid/releases) - [Commits](https://github.com/hfhbd/kotlinx-uuid/compare/v0.1.1...v0.1.2) --- updated-dependencies: - dependency-name: app.softwork:kotlinx-uuid-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 7d142cb..ac68521 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,4 +4,4 @@ coroutines = "1.8.1" [libraries] kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } kotlinx-coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "coroutines" } -kotlinx-uuid = { module = "app.softwork:kotlinx-uuid-core", version = "0.1.1" } +kotlinx-uuid = { module = "app.softwork:kotlinx-uuid-core", version = "0.1.2" }