Skip to content

Commit c4df377

Browse files
author
Abduqodiri Qurbonzoda
committed
Update README.md
1 parent a9fa662 commit c4df377

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
@@ -113,7 +113,7 @@ collection.mutate { some_actions_on(it) }
113113
114114
The library is published to [kotlinx](https://bintray.com/kotlin/kotlinx/kotlinx.collections.immutable) bintray repository and available in jcenter too.
115115

116-
The library depends on the Kotlin Standard Library of the version at least `1.3.50`.
116+
The library depends on the Kotlin Standard Library of the version at least `1.3.70`.
117117

118118
### Gradle
119119

@@ -132,7 +132,7 @@ kotlin {
132132
sourceSets {
133133
commonMain {
134134
dependencies {
135-
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3")
135+
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.2")
136136
}
137137
}
138138
}
@@ -142,7 +142,7 @@ kotlin {
142142
To use the library in a JVM-only project add the platform to the artifact name, e.g.:
143143

144144
```groovy
145-
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3")
145+
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.2")
146146
```
147147

148148
### Maven
@@ -166,7 +166,7 @@ Add dependencies (you can also add other modules that you need):
166166
<dependency>
167167
<groupId>org.jetbrains.kotlinx</groupId>
168168
<artifactId>kotlinx-collections-immutable-jvm</artifactId>
169-
<version>0.3</version>
169+
<version>0.3.2</version>
170170
</dependency>
171171
```
172172

0 commit comments

Comments
 (0)