Skip to content

Commit

Permalink
Add snapshot repo (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Jan 4, 2024
1 parent 0279613 commit dc0031a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ repositories {
}
```

<details>
<summary>For the snapshot version:</summary>

```kotlin
repositories {
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
}
```
</details>

**Step 2.** Add the dependency:

```kotlin
Expand Down

0 comments on commit dc0031a

Please sign in to comment.