Skip to content

Commit c078372

Browse files
committed
updated to the latest datastax cassandra driver
1 parent bb35f52 commit c078372

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ resolvers += "Apache Staging" at "https://repository.apache.org/content/groups/s
1010

1111
libraryDependencies ++= Seq(
1212
"org.specs2" %% "specs2" % "2.2.2" % "test",
13-
"com.datastax.cassandra" % "cassandra-driver-core" % "1.0.3",
14-
"org.apache.kafka" % "kafka_2.10" % "0.8.0",
13+
"com.datastax.cassandra" % "cassandra-driver-core" % "2.0.0-rc2",
14+
"org.apache.kafka" % "kafka_2.10" % "0.8.0" intransitive(),
15+
"log4j" % "log4j" % "1.2.17",
1516
"com.codahale.metrics" % "metrics-core" % "3.0.1" % "compile",
1617
"nl.grons" %% "metrics-scala" % "3.0.3",
1718
"org.apache.thrift" % "libthrift" % "0.9.1"

0 commit comments

Comments
 (0)