Skip to content

Commit b0b1221

Browse files
authored
Update README.md
1 parent 04c2346 commit b0b1221

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ libraryDependencies ++= Seq(
4444

4545
### Snapshots
4646

47-
Check https://oss.sonatype.org/content/repositories/snapshots/com/github/pjfanning/ to find the version numbers for the latest pekko-http-json snapshots.
47+
Check https://central.sonatype.com/repository/maven-snapshots/com/github/pjfanning/ to find the version numbers for the latest pekko-http-json snapshots.
4848

4949
``` scala
50-
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
50+
resolvers += "Sonatype Central Snapshots" at "https://central.sonatype.com/repository/maven-snapshots/"
51+
// older snapshots on OSSRH
52+
//resolvers ++= Resolver.sonatypeOssRepos("snapshots")
5153
```
5254

5355
## Usage

0 commit comments

Comments
 (0)