Skip to content

Commit a330b7f

Browse files
authored
Update Maven snapshot repository (#156)
1 parent c9af279 commit a330b7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scalardb/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[clj-commons/clj-yaml "1.0.29"]
1212
[com.scalar-labs/scalardb-schema-loader "4.0.0-SNAPSHOT"]
1313
[environ "1.2.0"]]
14-
:repositories {"sonartype" "https://oss.sonatype.org/content/repositories/snapshots/"}
14+
:repositories {"sonartype" "https://central.sonatype.com/repository/maven-snapshots/"}
1515
:profiles {:dev {:dependencies [[tortue/spy "2.0.0"]]
1616
:plugins [[lein-cloverage "1.1.2"]]}
1717
:use-released {:dependencies [[com.scalar-labs/scalardb "4.0.0-SNAPSHOT"

scalardl/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[cassandra "0.1.0-SNAPSHOT" :exclusions [org.apache.commons/commons-lang3]]
1313
[cc.qbits/alia "4.3.6"]
1414
[cc.qbits/hayt "4.1.0" :exclusions [org.apache.commons/commons-lang3]]]
15-
:repositories {"sonartype" "https://oss.sonatype.org/content/repositories/snapshots/"}
15+
:repositories {"sonartype" "https://central.sonatype.com/repository/maven-snapshots/"}
1616
:profiles {:dev {:dependencies [[tortue/spy "2.0.0"]]
1717
:plugins [[lein-cloverage "1.1.2"]]}
1818
:use-released {:dependencies [[com.scalar-labs/scalardl-java-client-sdk "4.0.0-SNAPSHOT"

0 commit comments

Comments
 (0)