Skip to content

Commit afc893b

Browse files
committed
Set cass version to 3.11.10 for sbt builds
1 parent f8dd64b commit afc893b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scala/sbt/dse/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ libraryDependencies += "com.datastax.dse" % "dse-spark-dependencies" % dseVersio
2222
val scalaTestVersion = "3.0.0"
2323
val connectorVersion = "2.0.10"
2424
val jUnitVersion = "4.12"
25-
val cassandraVersion = "3.2"
25+
val cassandraVersion = "3.11.10"
2626

2727
libraryDependencies ++= Seq(
2828
"com.datastax.spark" %% "spark-cassandra-connector-embedded" % connectorVersion % "test" exclude(

scala/sbt/oss/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val connectorVersion = "2.0.10"
1010
//for the version of the Spark Cassandra Connector in use.
1111

1212

13-
val cassandraVersion = "3.2"
13+
val cassandraVersion = "3.11.10"
1414
val scalaTestVersion = "3.0.0"
1515
val jUnitVersion = "4.12"
1616

0 commit comments

Comments
 (0)