Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collection…
Browse files Browse the repository at this point in the history
…s-immutable to v0.3.8
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 547791a commit edd357a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ object deps {
const val compose = "io.coil-kt:coil-compose:2.2.2"
}

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

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

0 comments on commit edd357a

Please sign in to comment.