diff --git a/data/db-sqldelight/build.gradle.kts b/data/db-sqldelight/build.gradle.kts index c3df6e626f..063eb63bb0 100644 --- a/data/db-sqldelight/build.gradle.kts +++ b/data/db-sqldelight/build.gradle.kts @@ -49,7 +49,7 @@ kotlin { // Need to explicitly depend on these, otherwise the build fails. implementation("co.touchlab:stately-common:2.0.5") implementation("co.touchlab:stately-isolate:2.0.5") - implementation("co.touchlab:stately-iso-collections:2.0.5") + implementation("co.touchlab:stately-iso-collections:2.0.6") } } }