Skip to content

Commit

Permalink
Update README.md with version 0.3.3 usages
Browse files Browse the repository at this point in the history
  • Loading branch information
Abduqodiri Qurbonzoda committed Aug 24, 2020
1 parent 9e9673c commit df9fdb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ collection.mutate { some_actions_on(it) }
The library is published to [kotlinx](https://bintray.com/kotlin/kotlinx/kotlinx.collections.immutable) bintray repository and available in jcenter too.

The library depends on the Kotlin Standard Library of the version at least `1.3.70`.
The library depends on the Kotlin Standard Library of the version at least `1.4.0`.

### Gradle

Expand All @@ -132,7 +132,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.2")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.3")
}
}
}
Expand All @@ -142,7 +142,7 @@ kotlin {
To use the library in a JVM-only project add the platform to the artifact name, e.g.:

```groovy
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.2")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.3")
```

### Maven
Expand All @@ -166,7 +166,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.2</version>
<version>0.3.3</version>
</dependency>
```

Expand Down

0 comments on commit df9fdb6

Please sign in to comment.