File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ collection.mutate { some_actions_on(it) }
119119
120120The library is published to Maven Central repository.
121121
122- The library depends on the Kotlin Standard Library of the version at least ` 1.6 .0 ` .
122+ The library depends on the Kotlin Standard Library of the version at least ` 1.9 .0 ` .
123123
124124### Gradle
125125
@@ -138,7 +138,7 @@ kotlin {
138138 sourceSets {
139139 commonMain {
140140 dependencies {
141- implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5 ")
141+ implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6 ")
142142 }
143143 }
144144 }
@@ -154,7 +154,7 @@ Add dependencies (you can also add other modules that you need):
154154<dependency >
155155 <groupId >org.jetbrains.kotlinx</groupId >
156156 <artifactId >kotlinx-collections-immutable-jvm</artifactId >
157- <version >0.3.5 </version >
157+ <version >0.3.6 </version >
158158</dependency >
159159```
160160
You can’t perform that action at this time.
0 commit comments