File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version '0.1'
99repositories {
1010 mavenCentral()
1111 maven {
12- url " https://datastax.artifactoryonline. com/datastax /public-repos/"
12+ url " https://repo. datastax.com/public-repos/"
1313 }
1414}
1515
Original file line number Diff line number Diff line change 5555 <repositories >
5656 <repository >
5757 <id >DataStax-Repo</id >
58- <url >https://datastax.artifactoryonline. com/datastax /public-repos/</url >
58+ <url >https://repo. datastax.com/public-repos/</url >
5959 </repository >
6060 </repositories >
6161
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ autoScalaLibrary := false
88
99scalaVersion := " 2.11.8"
1010
11- resolvers += " DataStax Repo" at " https://datastax.artifactoryonline. com/datastax /public-repos/"
11+ resolvers += " DataStax Repo" at " https://repo. datastax.com/public-repos/"
1212
1313val dseVersion = " 5.1.0"
1414
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version '0.1'
99repositories {
1010 mavenCentral()
1111 maven {
12- url " https://datastax.artifactoryonline. com/datastax /public-repos/"
12+ url " https://repo. datastax.com/public-repos/"
1313 }
1414}
1515
Original file line number Diff line number Diff line change 9494 <repositories >
9595 <repository >
9696 <id >DataStax-Repo</id >
97- <url >https://datastax.artifactoryonline. com/datastax /public-repos/</url >
97+ <url >https://repo. datastax.com/public-repos/</url >
9898 </repository >
9999 </repositories >
100100
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version := "0.1"
55
66scalaVersion := " 2.11.8"
77
8- resolvers += " DataStax Repo" at " https://datastax.artifactoryonline. com/datastax /public-repos/"
8+ resolvers += " DataStax Repo" at " https://repo. datastax.com/public-repos/"
99
1010val dseVersion = " 5.1.0"
1111
You can’t perform that action at this time.
0 commit comments