Skip to content

Commit

Permalink
Bump to kafka_protocol 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Jan 7, 2019
1 parent d65f8f9 commit 607ea35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ DEPS = supervisor3 kafka_protocol
ERLC_OPTS = -Werror +warn_unused_vars +warn_shadow_vars +warn_unused_import +warn_obsolete_guard +debug_info -Dbuild_brod_cli

dep_supervisor3_commit = 1.1.8
dep_kafka_protocol_commit = 2.2.3
dep_kafka_protocol_commit = 2.2.4
dep_kafka_protocol = git https://github.com/klarna/kafka_protocol.git $(dep_kafka_protocol_commit)

EDOC_OPTS = preprocess, {macros, [{build_brod_cli, true}]}
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,5 +1,5 @@
{deps, [ {supervisor3, "1.1.8"}
, {kafka_protocol, "2.2.3"}
, {kafka_protocol, "2.2.4"}
]}.
{edoc_opts, [{preprocess, true}, {macros, [{build_brod_cli, true}]}]}.
{erl_opts, [warn_unused_vars,warn_shadow_vars,warn_unused_import,warn_obsolete_guard,debug_info]}.
Expand Down

0 comments on commit 607ea35

Please sign in to comment.