From 446066b39ef59f3ed7eb9228e29f41fa182c04ab Mon Sep 17 00:00:00 2001 From: Piotr Kolaczkowski Date: Wed, 8 Oct 2014 15:35:40 +0200 Subject: [PATCH] Upgrade cassandra driver to version 2.0.6. --- CHANGES.txt | 1 + project/Versions.scala | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1ce451a61..b5a1a6961 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/project/Versions.scala b/project/Versions.scala index 974fe2d4e..e6f6796f2 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -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"