Skip to content

Commit

Permalink
fix snapshot repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 9, 2023
1 parent 5b3c28f commit 5b2bd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Add the snapshot repository and dependency to your `build.gradle`:

```groovy
repositories {
maven { url "https://os1.oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots" }
// ...
}
// ...
Expand Down

0 comments on commit 5b2bd06

Please # to comment.