diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index aaaa205c1..17991f97a 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -12,7 +12,6 @@ on: - nhse-develop-3.2 - nhse-develop-3.4 - jobs: build: diff --git a/rebar.config b/rebar.config index 8d6860052..896430d90 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -{minimum_otp_vsn, "22.0"}. +{minimum_otp_vsn, "24.0"}. {erl_first_files, ["src/gen_nb_server.erl", "src/riak_core_gen_server.erl", "src/riak_core_stat_xform"]}. @@ -16,15 +16,15 @@ {plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}. {deps, [ - {poolboy, {git, "https://github.com/nhs-riak/poolboy.git", {branch, "nhse-develop-3.2"}}}, - {riak_sysmon, {git, "https://github.com/nhs-riak/riak_sysmon.git", {branch, "nhse-develop"}}}, - {clique, {git, "https://github.com/nhs-riak/clique.git", {branch, "nhse-develop"}}}, - {eleveldb, {git, "https://github.com/nhs-riak/eleveldb.git", {branch, "nhse-develop-3.2"}}}, - {riak_ensemble, {git, "https://github.com/nhs-riak/riak_ensemble", {branch, "nhse-develop"}}}, - {pbkdf2, {git, "https://github.com/nhs-riak/erlang-pbkdf2.git", {branch, "nhse-develop"}}}, - {cluster_info, {git, "https://github.com/nhs-riak/cluster_info.git", {branch, "nhse-develop"}}}, + {poolboy, {git, "https://github.com/OpenRiak/poolboy.git", {branch, "nhse-develop-3.2"}}}, + {riak_sysmon, {git, "https://github.com/OpenRiak/riak_sysmon.git", {branch, "nhse-develop"}}}, + {clique, {git, "https://github.com/OpenRiak/clique.git", {branch, "nhse-develop"}}}, + {eleveldb, {git, "https://github.com/OpenRiak/eleveldb.git", {branch, "nhse-develop-3.2"}}}, + {riak_ensemble, {git, "https://github.com/OpenRiak/riak_ensemble", {branch, "nhse-develop-3.2"}}}, + {pbkdf2, {git, "https://github.com/OpenRiak/erlang-pbkdf2.git", {branch, "nhse-develop"}}}, + {cluster_info, {git, "https://github.com/OpenRiak/cluster_info.git", {branch, "nhse-develop"}}}, {exometer_core, "2.0.0"}, - {basho_stats, {git, "https://github.com/nhs-riak/basho_stats.git", {branch, "nhse-develop"}}} + {basho_stats, {git, "https://github.com/OpenRiak/basho_stats.git", {branch, "nhse-develop"}}} ]}. {dialyzer, [{plt_apps, all_deps}]}.