Skip to content

Commit

Permalink
KAFKA-2767; Upgrade ZkClient version to 0.7
Browse files Browse the repository at this point in the history
Author: Flavio Junqueira <[email protected]>

Reviewers: Jun Rao <[email protected]>

Closes apache#449 from fpj/KAFKA-2767
  • Loading branch information
fpj authored and junrao committed Nov 7, 2015
1 parent 15524d0 commit 30bf985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ project(':core') {
compile "$slf4jlog4j"
compile "org.scala-lang:scala-library:$scalaVersion"
compile 'org.apache.zookeeper:zookeeper:3.4.6'
compile 'com.101tec:zkclient:0.6'
compile 'com.101tec:zkclient:0.7'
compile 'com.yammer.metrics:metrics-core:2.2.0'
compile 'net.sf.jopt-simple:jopt-simple:3.2'
if (scalaVersion.startsWith('2.11')) {
Expand Down

0 comments on commit 30bf985

Please sign in to comment.