We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cd609 commit 2a4fe6fCopy full SHA for 2a4fe6f
buildSrc/src/main/kotlin/deps.kt
@@ -129,7 +129,7 @@ object deps {
129
const val flowExt = "io.github.hoc081098:FlowExt:0.7.4"
130
131
const val atomicfu = "org.jetbrains.kotlinx:atomicfu:0.23.1"
132
- const val immutableCollections = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6"
+ const val immutableCollections = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7"
133
134
object arrow {
135
private const val version = "1.2.1"
0 commit comments