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.
2 parents 3d246c4 + 2a4fe6f commit a5bf2acCopy full SHA for a5bf2ac
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