File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ object Dependencies {
89
89
lazy val apiDeps = sparkDeps ++ miscDeps :+ typeSafeConfigDeps :+ scalaTestDep
90
90
91
91
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" ,
93
93
" Typesafe Repo" at " http://repo.typesafe.com/typesafe/releases/" ,
94
94
" sonatype snapshots" at " https://oss.sonatype.org/content/repositories/snapshots/" ,
95
95
" spray repo" at " http://repo.spray.io"
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ object Versions {
27
27
lazy val spray = " 1.3.3"
28
28
lazy val sprayJson = " 1.3.2"
29
29
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 "
31
31
}
You can’t perform that action at this time.
0 commit comments