Skip to content

Commit

Permalink
Merge 4b8eeac into b29f77d
Browse files Browse the repository at this point in the history
  • Loading branch information
k32 committed Mar 26, 2020
2 parents b29f77d + 4b8eeac commit 771977c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/klarna/brod.svg)](https://travis-ci.org/klarna/brod) [![Coverage Status](https://coveralls.io/repos/github/klarna/brod/badge.svg?branch=master)](https://coveralls.io/github/klarna/brod?branch=master)
[![Build Status](https://travis-ci.org/klarna/brod.svg?branch=master)](https://travis-ci.org/klarna/brod) [![Coverage Status](https://coveralls.io/repos/github/klarna/brod/badge.svg?branch=master)](https://coveralls.io/github/klarna/brod?branch=master)

# Brod - Apache Kafka Client for Erlang/Elixir

Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,4 @@
* Bump kafka_protocol dependency to 2.3.3
* 3.10.0
* Stop supporting erlang.mk
* Update kafka_protocol dependency to 2.3.5
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{deps, [ {supervisor3, "1.1.8"}
, {kafka_protocol, "2.3.3"}
, {kafka_protocol, "2.3.5"}
]}.
{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
4 changes: 2 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{"1.1.0",
[{<<"crc32cer">>,{pkg,<<"crc32cer">>,<<"0.1.3">>},1},
{<<"kafka_protocol">>,{pkg,<<"kafka_protocol">>,<<"2.3.3">>},0},
{<<"kafka_protocol">>,{pkg,<<"kafka_protocol">>,<<"2.3.5">>},0},
{<<"snappyer">>,{pkg,<<"snappyer">>,<<"1.2.4">>},1},
{<<"supervisor3">>,{pkg,<<"supervisor3">>,<<"1.1.8">>},0}]}.
[
{pkg_hash,[
{<<"crc32cer">>, <<"8984906C4B4FAE6AA292C48F286A1C83B19AD44BD102287ACB94D696015967CE">>},
{<<"kafka_protocol">>, <<"A43EAF1768A1A0300E81C356F543F9E6C02576C5A6A3301A1E5EEA7EEEDE7435">>},
{<<"kafka_protocol">>, <<"7E87DE6AF5D2BFDFA0907976883CE11196D14054F33AA5DBF2E5A8CF3A3481AC">>},
{<<"snappyer">>, <<"6D739C534CD2339633127A2B40279BE71F149E5842C5363A4D88E66EFB7C1FEC">>},
{<<"supervisor3">>, <<"5CF95C95342B589EC8D74689EEA0646C0A3EB92820241E0C2D0CA4C104DF92BC">>}]}
].

0 comments on commit 771977c

Please sign in to comment.