Skip to content

Commit 59edb0c

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.4.0 (#110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b339be commit 59edb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
val coroutines = "1.10.2"
5757
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
5858
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:$coroutines")
59-
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8")
59+
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0")
6060

6161
// RxJava3 and Kotlin Flow Extensions
6262
implementation("io.reactivex.rxjava3:rxjava:3.1.10")

0 commit comments

Comments
 (0)