Skip to content

Commit dfba00c

Browse files
committed
DSP-19490 update repo
1 parent a0d5bd1 commit dfba00c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ object Dependencies {
8989
lazy val apiDeps = sparkDeps ++ miscDeps :+ typeSafeConfigDeps :+ scalaTestDep
9090

9191
val repos = Seq(
92-
"datastax-release" at "http://datastax.artifactoryonline.com/datastax/datastax-releases-local",
92+
"datastax-release" at "https://repo.sjc.dsinternal.org/artifactory/datastax-releases-local",
9393
"Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/",
9494
"sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/",
9595
"spray repo" at "http://repo.spray.io"

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ object Versions {
2727
lazy val spray = "1.3.3"
2828
lazy val sprayJson = "1.3.2"
2929
lazy val typeSafeConfig = if (isJavaAtLeast("1.8")) "1.3.0" else "1.2.1"
30-
lazy val cassandraConnector = "6.0.0-6aa37a9"
30+
lazy val cassandraConnector = "6.0.9"
3131
}

0 commit comments

Comments
 (0)