We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b72be commit 1845688Copy full SHA for 1845688
README.md
@@ -35,7 +35,7 @@ To grab the latest `SNAPSHOT`, `RC` or milestone build, add these resolvers:
35
```scala
36
// maven central snapshots
37
resolvers ++= Seq(
38
- "sonatype-snapshot" at "https://oss.sonatype.org/content/repositories/snapshots/"
+ "central-snapshots" at "https://central.sonatype.com/repository/maven-snapshots/"
39
)
40
41
// or eclipse snapshots
0 commit comments