diff --git a/data/db-sqldelight/build.gradle.kts b/data/db-sqldelight/build.gradle.kts index f991202b59..6db65719a9 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.6") 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") } } }