diff --git a/common/build.gradle.kts b/common/build.gradle.kts index d09da0f..704ffbf 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.0.7") } // val wasmJsMain by getting {