Skip to content

Commit dc4a475

Browse files
authored
Update Maven snapshot repository (#98)
1 parent 84a01a1 commit dc4a475

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scalardb-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
repositories {
77
mavenCentral()
88
maven {
9-
url 'https://oss.sonatype.org/content/repositories/snapshots/'
9+
url 'https://central.sonatype.com/repository/maven-snapshots/'
1010
}
1111
maven {
1212
url = uri("https://maven.pkg.github.com/scalar-labs/scalardb-sql")

scalardl-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
repositories {
77
mavenCentral()
88
maven {
9-
url 'https://oss.sonatype.org/content/repositories/snapshots/'
9+
url 'https://central.sonatype.com/repository/maven-snapshots/'
1010
}
1111
}
1212

0 commit comments

Comments
 (0)