Skip to content

Commit

Permalink
fix: download section
Browse files Browse the repository at this point in the history
  • Loading branch information
rybalkinsd authored Nov 12, 2019
1 parent 945aef5 commit efe3dda
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 @@ -64,13 +64,13 @@ val pushNotifications: List<Deferred<Response>> = usersData.map {
Kotlin DSL:

```kotlin
implementation(group = "io.github.rybalkinsd", name = "kohttp", version = "0.11.0")
implementation(group = "io.github.rybalkinsd", name = "kohttp", version = "0.11.1")
```

Groovy DSL:

```groovy
implementation 'io.github.rybalkinsd:kohttp:0.11.0'
implementation 'io.github.rybalkinsd:kohttp:0.11.1'
```

### Maven:
Expand All @@ -79,7 +79,7 @@ implementation 'io.github.rybalkinsd:kohttp:0.11.0'
<dependency>
<groupId>io.github.rybalkinsd</groupId>
<artifactId>kohttp</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>
</dependency>
```

Expand Down

0 comments on commit efe3dda

Please sign in to comment.