Skip to content

Commit b023c60

Browse files
authored
Merge branch 'main' into ordered-consumer-nameable
2 parents 9407323 + a632667 commit b023c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ If you need a snapshot version, you must add the url for the snapshots and chang
164164
repositories {
165165
mavenCentral()
166166
maven {
167-
url "https://oss.sonatype.org/content/repositories/snapshots"
167+
url "https://central.sonatype.com/repository/maven-snapshots"
168168
}
169169
}
170170
@@ -205,7 +205,7 @@ If you need a snapshot version, you must enable snapshots and change your depend
205205
<repositories>
206206
<repository>
207207
<id>sonatype snapshots</id>
208-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
208+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
209209
<snapshots>
210210
<enabled>true</enabled>
211211
</snapshots>

0 commit comments

Comments
 (0)