We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb35f52 commit c078372Copy full SHA for c078372
build.sbt
@@ -10,8 +10,9 @@ resolvers += "Apache Staging" at "https://repository.apache.org/content/groups/s
10
11
libraryDependencies ++= Seq(
12
"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",
+ "com.datastax.cassandra" % "cassandra-driver-core" % "2.0.0-rc2",
+ "org.apache.kafka" % "kafka_2.10" % "0.8.0" intransitive(),
15
+ "log4j" % "log4j" % "1.2.17",
16
"com.codahale.metrics" % "metrics-core" % "3.0.1" % "compile",
17
"nl.grons" %% "metrics-scala" % "3.0.3",
18
"org.apache.thrift" % "libthrift" % "0.9.1"
0 commit comments