Skip to content

Commit

Permalink
Merge branch 'develop-3.0' into mas-i970-simpleleave
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Oct 4, 2021
2 parents d92e163 + 47ab397 commit b8b80fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
{plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.

{deps, [
{lager, {git, "git://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}},
{lager, {git, "https://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}},
{poolboy, {git, "https://github.com/basho/poolboy.git", {tag, "riak_kv-3.0.0"}}},
{riak_sysmon, {git, "git://github.com/basho/riak_sysmon.git", {tag, "2.2.0"}}},
{clique, {git, "git://github.com/basho/clique.git", {tag, "0.3.11"}}},
{eleveldb, {git, "git://github.com/basho/eleveldb.git", {tag, "riak_kv-3.0.0"}}},
{riak_sysmon, {git, "https://github.com/basho/riak_sysmon.git", {tag, "2.2.0"}}},
{clique, {git, "https://github.com/basho/clique.git", {tag, "0.3.11"}}},
{eleveldb, {git, "https://github.com/basho/eleveldb.git", {tag, "riak_kv-3.0.0"}}},
{riak_ensemble, {git, "https://github.com/basho/riak_ensemble", {tag, "riak_kv-3.0.0"}}},
{pbkdf2, {git, "git://github.com/basho/erlang-pbkdf2.git", {tag, "2.1.0"}}},
{cluster_info, {git, "git://github.com/basho/cluster_info.git", {tag, "2.1.0"}}},
{exometer_core, {git, "git://github.com/Feuerlabs/exometer_core.git", {tag, "v1.5.7"}}},
{basho_stats, {git, "git://github.com/basho/basho_stats.git", {tag, "1.1.0"}}}
{pbkdf2, {git, "https://github.com/basho/erlang-pbkdf2.git", {tag, "2.1.0"}}},
{cluster_info, {git, "https://github.com/basho/cluster_info.git", {tag, "2.1.0"}}},
{exometer_core, {git, "https://github.com/Feuerlabs/exometer_core.git", {tag, "v1.5.7"}}},
{basho_stats, {git, "https://github.com/basho/basho_stats.git", {tag, "1.1.0"}}}
]}.

{dialyzer, [{plt_apps, all_deps}]}.
Expand Down

0 comments on commit b8b80fa

Please sign in to comment.