|
16 | 16 | {plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}. |
17 | 17 |
|
18 | 18 | {deps, [ |
19 | | - {poolboy, {git, "https://github.com/OpenRiak/poolboy.git", {branch, "openriak-3.2"}}}, |
20 | | - {riak_sysmon, {git, "https://github.com/OpenRiak/riak_sysmon.git", {branch, "openriak-3.2"}}}, |
21 | | - {clique, {git, "https://github.com/OpenRiak/clique.git", {branch, "openriak-3.2"}}}, |
22 | | - {eleveldb, {git, "https://github.com/OpenRiak/eleveldb.git", {branch, "openriak-3.2"}}}, |
23 | | - {riak_ensemble, {git, "https://github.com/OpenRiak/riak_ensemble", {branch, "openriak-3.2"}}}, |
24 | | - {pbkdf2, {git, "https://github.com/OpenRiak/erlang-pbkdf2.git", {branch, "openriak-3.2"}}}, |
25 | | - {cluster_info, {git, "https://github.com/OpenRiak/cluster_info.git", {branch, "openriak-3.2"}}}, |
| 19 | + {poolboy, {git, "https://github.com/OpenRiak/poolboy.git", {branch, "openriak-3.4"}}}, |
| 20 | + {riak_sysmon, {git, "https://github.com/OpenRiak/riak_sysmon.git", {branch, "openriak-3.4"}}}, |
| 21 | + {clique, {git, "https://github.com/OpenRiak/clique.git", {branch, "openriak-3.4"}}}, |
| 22 | + {eleveldb, {git, "https://github.com/OpenRiak/eleveldb.git", {branch, "openriak-3.4"}}}, |
| 23 | + {riak_ensemble, {git, "https://github.com/OpenRiak/riak_ensemble", {branch, "openriak-3.4"}}}, |
| 24 | + {pbkdf2, {git, "https://github.com/OpenRiak/erlang-pbkdf2.git", {branch, "openriak-3.4"}}}, |
| 25 | + {cluster_info, {git, "https://github.com/OpenRiak/cluster_info.git", {branch, "openriak-3.4"}}}, |
26 | 26 | {exometer_core, {git, "https://github.com/OpenRiak/exometer_core.git", {branch, "openriak-3.4"}}}, |
27 | | - {basho_stats, {git, "https://github.com/OpenRiak/basho_stats.git", {branch, "openriak-3.2"}}} |
| 27 | + {basho_stats, {git, "https://github.com/OpenRiak/basho_stats.git", {branch, "openriak-3.4"}}} |
28 | 28 | ]}. |
29 | 29 |
|
30 | 30 | {dialyzer, [{plt_apps, all_deps}]}. |
31 | 31 |
|
32 | 32 | {profiles, [ |
33 | | - {test, [{deps, [{meck, {git, "https://github.com/OpenRiak/meck.git", {branch, "openriak-3.2"}}}]}, {erl_opts, [nowarn_export_all]}]}, |
34 | | - {eqc, [{deps, [{meck, {git, "https://github.com/OpenRiak/meck.git", {branch, "openriak-3.2"}}}]}, {erl_opts, [{d, 'EQC'}, nowarn_export_all]}]}, |
| 33 | + {test, [{deps, [{meck, {git, "https://github.com/OpenRiak/meck.git", {branch, "openriak-3.4"}}}]}, {erl_opts, [nowarn_export_all]}]}, |
| 34 | + {eqc, [{deps, [{meck, {git, "https://github.com/OpenRiak/meck.git", {branch, "openriak-3.4"}}}]}, {erl_opts, [{d, 'EQC'}, nowarn_export_all]}]}, |
35 | 35 | {gha, [{erl_opts, [{d, 'GITHUBEXCLUDE'}]}]} |
36 | 36 | ]}. |
0 commit comments