Skip to content

Commit

Permalink
Update rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Aug 22, 2023
1 parent 7b04e2c commit 98253c6
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 @@ -21,15 +21,15 @@

{deps, [
{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, "https://github.com/basho/riak_sysmon.git", {tag, "2.2.1"}}},
{clique, {git, "https://github.com/basho/clique.git", {tag, "0.3.12"}}},
{eleveldb, {git, "https://github.com/basho/eleveldb.git", {tag, "riak_kv-3.0.12"}}},
{riak_ensemble, {git, "https://github.com/basho/riak_ensemble", {tag, "riak_kv-3.0.10"}}},
{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"}}},
{poolboy, {git, "https://github.com/nhs-riak/poolboy.git", {branch, "nhse-develop-3.0"}}},
{riak_sysmon, {git, "https://github.com/nhs-riak/riak_sysmon.git", {branch, "nhse-develop-3.0"}}},
{clique, {git, "https://github.com/nhs-riak/clique.git", {branch, "nhse-develop-3.0"}}},
{eleveldb, {git, "https://github.com/nhs-riak/eleveldb.git", {branch, "nhse-develop-3.0"}}},
{riak_ensemble, {git, "https://github.com/nhs-riak/riak_ensemble", {branch, "nhse-develop-3.0"}}},
{pbkdf2, {git, "https://github.com/nhs-riak/erlang-pbkdf2.git", {branch, "nhse-develop-3.0"}}},
{cluster_info, {git, "https://github.com/nhs-riak/cluster_info.git", {branch, "nhse-develop-3.0"}}},
{exometer_core, "1.6.1"},
{basho_stats, {git, "https://github.com/basho/basho_stats.git", {tag, "1.1.0"}}}
{basho_stats, {git, "https://github.com/nhs-riak/basho_stats.git", {branch, "nhse-develop-3.0"}}}
]}.

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

0 comments on commit 98253c6

Please sign in to comment.