Skip to content

Commit

Permalink
Merge pull request #272 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Fix sonatype snapshot link in docs
  • Loading branch information
MohamedRejeb authored May 11, 2024
2 parents bb77540 + a5c4696 commit 0ab93af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add the snapshots repository to your list of repositories in `build.gradle.kts`:
```kotlin
allprojects {
repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots")
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
}
}
```
Expand Down

0 comments on commit 0ab93af

Please sign in to comment.