Skip to content

Commit

Permalink
-updates Cassandra driver
Browse files Browse the repository at this point in the history
  • Loading branch information
nvollmar authored and mdedetrich committed May 11, 2023
1 parent 42fc9ef commit a82f3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ object Dependencies {
))

val CassandraVersionInDocs = "4.0"
val CassandraDriverVersion = "4.13.0"
val CassandraDriverVersionInDocs = "4.13"
val CassandraDriverVersion = "4.15.0"
val CassandraDriverVersionInDocs = "4.15"

val Cassandra = Seq(
libraryDependencies ++= Seq(
Expand Down

0 comments on commit a82f3c3

Please sign in to comment.