Skip to content

Commit

Permalink
cassandra: driver 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jan 19, 2022
1 parent f0dc67f commit c99d641
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
ports:
- "5672:5672"
cassandra:
image: cassandra:3.11
image: cassandra:4.0
ports:
- "9042:9042"
couchbase:
Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ object Dependencies {
)

val CassandraVersionInDocs = "4.0"
val CassandraDriverVersion = "4.10.0"
val CassandraDriverVersionInDocs = "4.10"
val CassandraDriverVersion = "4.13.0"
val CassandraDriverVersionInDocs = "4.13"

val Cassandra = Seq(
libraryDependencies ++= Seq(
Expand All @@ -110,7 +110,7 @@ object Dependencies {
.exclude("org.apache.tinkerpop", "*") //https://github.com/akka/alpakka/issues/2200
.exclude("com.esri.geometry", "esri-geometry-api"), //https://github.com/akka/alpakka/issues/2225
"com.typesafe.akka" %% "akka-discovery" % AkkaVersion % Provided
) ++ JacksonDatabindDependencies
)
)

val Couchbase = Seq(
Expand Down

0 comments on commit c99d641

Please sign in to comment.