Skip to content

Commit 1845688

Browse files
authored
Update README.md
1 parent c5b72be commit 1845688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To grab the latest `SNAPSHOT`, `RC` or milestone build, add these resolvers:
3535
```scala
3636
// maven central snapshots
3737
resolvers ++= Seq(
38-
"sonatype-snapshot" at "https://oss.sonatype.org/content/repositories/snapshots/"
38+
"central-snapshots" at "https://central.sonatype.com/repository/maven-snapshots/"
3939
)
4040

4141
// or eclipse snapshots

0 commit comments

Comments
 (0)