Skip to content

Commit 97ed6ec

Browse files
NeQuissimusmanub
authored andcommitted
Update Kafka to 1.0.1, Zookeeper to 3.4.11 (#108)
1 parent 8e4155d commit 97ed6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import sbtrelease.Version
22

33
parallelExecution in ThisBuild := false
44

5-
val kafkaVersion = "1.0.0"
6-
val zookeeperVersion = "3.4.10"
5+
val kafkaVersion = "1.0.1"
6+
val zookeeperVersion = "3.4.11"
77
val akkaVersion = "2.4.20"
88

99
val slf4jLog4jOrg = "org.slf4j"

0 commit comments

Comments
 (0)