Skip to content

Commit 5d1778c

Browse files
committed
fix(deps): update dependency co.touchlab:stately-iso-collections to v2.1.0
1 parent 494f763 commit 5d1778c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/db-sqldelight/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ kotlin {
4949
// Need to explicitly depend on these, otherwise the build fails.
5050
implementation("co.touchlab:stately-common:2.1.0")
5151
implementation("co.touchlab:stately-isolate:2.0.7")
52-
implementation("co.touchlab:stately-iso-collections:2.0.7")
52+
implementation("co.touchlab:stately-iso-collections:2.1.0")
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)