Skip to content

Commit a5bf2ac

Browse files
authored
Merge pull request #115 from hoc081098/renovate/deps.immutablecollections
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.7
2 parents 3d246c4 + 2a4fe6f commit a5bf2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ object deps {
129129
const val flowExt = "io.github.hoc081098:FlowExt:0.7.4"
130130

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

134134
object arrow {
135135
private const val version = "1.2.1"

0 commit comments

Comments
 (0)