Skip to content

Commit 33feb85

Browse files
committed
Update to Kafka 0.9.0.1
1 parent 791b418 commit 33feb85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import sbtrelease.Version
33
lazy val commonSettings = Seq(
44
name := "scalatest-embedded-kafka",
55
organization := "net.manub",
6-
crossScalaVersions := Seq("2.10.6", "2.11.7"),
6+
scalaVersion := "2.11.8",
77
homepage := Some(url("https://github.com/manub/scalatest-embedded-kafka")),
88
parallelExecution in Test := false,
99
libraryDependencies ++= Seq(
1010
"org.scalatest" %% "scalatest" % "2.2.5",
11-
"org.apache.kafka" %% "kafka" % "0.9.0.0",
11+
"org.apache.kafka" %% "kafka" % "0.9.0.1",
1212
"org.apache.zookeeper" % "zookeeper" % "3.4.7",
1313
"org.apache.avro" % "avro" % "1.7.7",
14-
14+
"org.slf4j" % "log4j-over-slf4j" % "1.7.12",
1515
"com.typesafe.akka" %% "akka-actor" % "2.3.14" % Test,
1616
"com.typesafe.akka" %% "akka-testkit" % "2.3.14" % Test
1717
)

0 commit comments

Comments
 (0)