From 5e9fa38d7bf8ca69fb87330ef8e107754135df92 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 9 Jun 2025 17:50:17 -0700 Subject: [PATCH] Update sonatype snapshot repo location --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94fc9a127c2..b9e3aaf8d4f 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Snapshots of the `main` branch are available as follows: ```groovy repositories { - maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } + maven { url 'https://central.sonatype.com/repository/maven-snapshots/' } } dependencies { @@ -193,8 +193,8 @@ dependencies { - oss.sonatype.org-snapshot - https://oss.sonatype.org/content/repositories/snapshots + sonatype-snapshot-repository + https://central.sonatype.com/repository/maven-snapshots/