From bcb33cdfcedd2c195a75a384ddceef32d392bce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:39:09 +0000 Subject: [PATCH] Bump co.touchlab:stately-common from 2.0.7 to 2.1.0 Bumps [co.touchlab:stately-common](https://github.com/touchlab/Stately) from 2.0.7 to 2.1.0. - [Release notes](https://github.com/touchlab/Stately/releases) - [Commits](https://github.com/touchlab/Stately/compare/2.0.7...2.1.0) --- updated-dependencies: - dependency-name: co.touchlab:stately-common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 8b79a9c..ed10343 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -122,7 +122,7 @@ kotlin { api(deps.dateTime) api(deps.atomicfu) api(deps.immutableCollections) - implementation("co.touchlab:stately-common:2.0.7") + implementation("co.touchlab:stately-common:2.1.0") } } val commonTest by getting {