Skip to content

Commit

Permalink
Update cassandra-all to 3.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gheine committed Feb 16, 2021
1 parent 7f9cbda commit e102bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.3" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.2" % Test,
"org.apache.cassandra" % "cassandra-all" % "3.11.9" % Test,
"org.apache.cassandra" % "cassandra-all" % "3.11.10" % Test,
"com.datastax.oss" % "java-driver-core" % "4.10.0" % Test,
"com.netflix.astyanax" % "astyanax" % "3.10.2" % Test,
)
Expand Down

0 comments on commit e102bb8

Please sign in to comment.