Skip to content

Commit 6dcd393

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Update README.md for 0.3.5 release
1 parent 8b72b9b commit 6dcd393

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Immutable collection interfaces and implementation prototypes for Kotlin.
1010

11-
This is a multiplatform library providing implementations for `jvm`, `js`, `mingwX64`, `linuxX64`, `macosX64`, `iosX64`, `iosArm64`, `iosArm32` Kotlin targets.
11+
This is a multiplatform library providing implementations for `jvm`, `js` (both Legacy and IR), `mingwX64`, `linuxX64` and Apple Kotlin/Native targets.
1212

1313
For further details see the [proposal](proposal.md).
1414

@@ -117,7 +117,7 @@ collection.mutate { some_actions_on(it) }
117117
118118
The library is published to Maven Central repository.
119119

120-
The library depends on the Kotlin Standard Library of the version at least `1.4.30`.
120+
The library depends on the Kotlin Standard Library of the version at least `1.6.0`.
121121

122122
### Gradle
123123

@@ -136,7 +136,7 @@ kotlin {
136136
sourceSets {
137137
commonMain {
138138
dependencies {
139-
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.4")
139+
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5")
140140
}
141141
}
142142
}
@@ -152,7 +152,7 @@ Add dependencies (you can also add other modules that you need):
152152
<dependency>
153153
<groupId>org.jetbrains.kotlinx</groupId>
154154
<artifactId>kotlinx-collections-immutable-jvm</artifactId>
155-
<version>0.3.4</version>
155+
<version>0.3.5</version>
156156
</dependency>
157157
```
158158

0 commit comments

Comments
 (0)