Skip to content

Commit

Permalink
Update java-driver-core to 4.11.0 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 27, 2021
1 parent 2f8b92b commit f623f3a
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 @@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.6" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.3" % Test,
"org.apache.cassandra" % "cassandra-all" % "3.11.10" % Test,
"com.datastax.oss" % "java-driver-core" % "4.10.0" % Test,
"com.datastax.oss" % "java-driver-core" % "4.11.0" % Test,
"com.netflix.astyanax" % "astyanax" % "3.10.2" % Test,
)

Expand Down

0 comments on commit f623f3a

Please sign in to comment.