Skip to content

Commit efcb4dc

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.8
1 parent b8c3ae0 commit efcb4dc

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
@@ -48,7 +48,7 @@ dependencies {
4848
val coroutines = "1.8.1"
4949
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
5050
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:$coroutines")
51-
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7")
51+
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8")
5252

5353
implementation("io.reactivex.rxjava3:rxjava:3.1.9")
5454
implementation("com.github.akarnokd:kotlin-flow-extensions:0.0.14")

0 commit comments

Comments
 (0)