Skip to content

Commit 9013551

Browse files
13h3rmanub
authored andcommitted
Upgrade to kafka 0.10.0.1 (#31)
1 parent 8d5cd12 commit 9013551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val commonSettings = Seq(
1111
parallelExecution in Test := false,
1212
libraryDependencies ++= Seq(
1313
"org.scalatest" %% "scalatest" % "2.2.5",
14-
"org.apache.kafka" %% "kafka" % "0.10.0.0" exclude(slf4jLog4jOrg, slf4jLog4jArtifact),
14+
"org.apache.kafka" %% "kafka" % "0.10.0.1" exclude(slf4jLog4jOrg, slf4jLog4jArtifact),
1515
"org.apache.zookeeper" % "zookeeper" % "3.4.7" exclude(slf4jLog4jOrg, slf4jLog4jArtifact),
1616
"org.apache.avro" % "avro" % "1.7.7" exclude(slf4jLog4jOrg, slf4jLog4jArtifact),
1717
"com.typesafe.akka" %% "akka-actor" % "2.3.14" % Test,

0 commit comments

Comments
 (0)