Skip to content

Commit 117c842

Browse files
committed
fix snapshot repo URL
Signed-off-by: Xin Li <[email protected]>
1 parent 9af7779 commit 117c842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616

1717
repositories {
1818
// Temporary repository added for com.hedera.cryptography snapshot dependencies
19-
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
19+
maven { url = uri("https://central.sonatype.com/repository/maven-snapshots") }
2020
}
2121

2222
dependencies {

0 commit comments

Comments
 (0)