Skip to content

Commit

Permalink
Merge pull request #115 from hoc081098/renovate/deps.immutablecollect…
Browse files Browse the repository at this point in the history
…ions

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.7
  • Loading branch information
hoc081098 committed Dec 18, 2023
2 parents 3d246c4 + 2a4fe6f commit a5bf2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Expand Up @@ -129,7 +129,7 @@ object deps {
const val flowExt = "io.github.hoc081098:FlowExt:0.7.4"

const val atomicfu = "org.jetbrains.kotlinx:atomicfu:0.23.1"
const val immutableCollections = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6"
const val immutableCollections = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7"

object arrow {
private const val version = "1.2.1"
Expand Down

0 comments on commit a5bf2ac

Please sign in to comment.