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) }
119
119
120
120
The library is published to Maven Central repository.
121
121
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 ` .
123
123
124
124
### Gradle
125
125
@@ -138,7 +138,7 @@ kotlin {
138
138
sourceSets {
139
139
commonMain {
140
140
dependencies {
141
- implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5 ")
141
+ implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6 ")
142
142
}
143
143
}
144
144
}
@@ -154,7 +154,7 @@ Add dependencies (you can also add other modules that you need):
154
154
<dependency >
155
155
<groupId >org.jetbrains.kotlinx</groupId >
156
156
<artifactId >kotlinx-collections-immutable-jvm</artifactId >
157
- <version >0.3.5 </version >
157
+ <version >0.3.6 </version >
158
158
</dependency >
159
159
```
160
160
You can’t perform that action at this time.
0 commit comments