Skip to content

Commit d977f55

Browse files
author
Abduqodiri Qurbonzoda
committed
Update README.md for 0.3.6 release
1 parent 07ad9f7 commit d977f55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ collection.mutate { some_actions_on(it) }
119119
120120
The 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

0 commit comments

Comments
 (0)