Skip to content

Commit

Permalink
Update README.md for 0.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qurbonzoda committed Oct 6, 2023
1 parent 07ad9f7 commit d977f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ collection.mutate { some_actions_on(it) }
The library is published to Maven Central repository.

The library depends on the Kotlin Standard Library of the version at least `1.6.0`.
The library depends on the Kotlin Standard Library of the version at least `1.9.0`.

### Gradle

Expand All @@ -138,7 +138,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6")
}
}
}
Expand All @@ -154,7 +154,7 @@ Add dependencies (you can also add other modules that you need):
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-collections-immutable-jvm</artifactId>
<version>0.3.5</version>
<version>0.3.6</version>
</dependency>
```

Expand Down

0 comments on commit d977f55

Please sign in to comment.