From 005fe8cec4af31f1592413b44916ba46461e5c7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:06:00 +0000 Subject: [PATCH] Update dependency co.touchlab:stately-common to v2.1.0 --- common/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index d09da0f..08b9ed5 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -93,7 +93,7 @@ kotlin { iosMain.dependencies { // Fixes sqldelight 2.0.1 issue with ios compilation // https://github.com/cashapp/sqldelight/issues/4888 - implementation("co.touchlab:stately-common:2.0.6") + implementation("co.touchlab:stately-common:2.1.0") } // val wasmJsMain by getting {