Skip to content

Commit

Permalink
Upgrade cassandra driver to version 2.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolaczk committed Oct 8, 2014
1 parent 67c524b commit 446066b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Log host address(es) and ports on connection failures.
Close thrift transport if connection fails for some reason after opening the transport,
e.g. authentication failure.
* Upgrade cassandra driver to 2.0.6.

1.0.0
* Fix memory leak in PreparedStatementCache leaking PreparedStatements after
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Versions {

val Akka = "2.2.3"// upgrade asap
val Cassandra = "2.0.9"
val CassandraDriver = "2.0.4"
val CassandraDriver = "2.0.6"
val CommonsIO = "2.4"
val CommonsLang3 = "3.3.2"
val Config = "1.2.1"
Expand Down

0 comments on commit 446066b

Please sign in to comment.