Skip to content

Commit edd357a

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.8
1 parent 547791a commit edd357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ object deps {
106106
const val compose = "io.coil-kt:coil-compose:2.2.2"
107107
}
108108

109-
const val immutableCollections = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5"
109+
const val immutableCollections = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8"
110110

111111
const val flowExt = "io.github.hoc081098:FlowExt:0.5.0"
112112
const val timber = "com.jakewharton.timber:timber:5.0.1"

0 commit comments

Comments
 (0)