diff --git a/rebar.config b/rebar.config index 1bd42f2..de9348e 100644 --- a/rebar.config +++ b/rebar.config @@ -2,9 +2,9 @@ {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}]}. {eunit_opts, [verbose]}. {deps, [ - {riak_pb, ".*", {git, "git://github.com/basho/riak_pb.git", {branch, "develop-2.9"}}}, - {webmachine, ".*", {git, "git://github.com/basho/webmachine.git", {branch, "develop-2.9"}}}, - {riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {branch, "develop-2.9"}}} + {riak_pb, ".*", {git, "git://github.com/basho/riak_pb.git", {tag, "riak_kv-2.9.0"}}}, + {webmachine, ".*", {git, "git://github.com/basho/webmachine.git", {tag, "riak_kv-2.9.0"}}}, + {riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {tag, "riak_kv-2.9.0"}}} ]}. {xref_checks, [undefined_function_calls]}.