diff --git a/rebar.config b/rebar.config index 966c9b2..8f3b3fc 100644 --- a/rebar.config +++ b/rebar.config @@ -8,9 +8,9 @@ {eunit_opts, [verbose]}. {deps, [ - {riak_pb, {git, "https://github.com/basho/riak_pb.git", {branch, "develop-3.0"}}}, + {riak_pb, {git, "https://github.com/basho/riak_pb.git", {tag, "3.0.10"}}}, {webmachine, {git, "https://github.com/webmachine/webmachine.git", {tag, "1.11.1"}}}, - {riak_core, {git, "https://github.com/basho/riak_core.git", {branch, "develop-3.0"}}}, + {riak_core, {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.10"}}}, {mochiweb, {git, "https://github.com/basho/mochiweb.git", {tag, "2.12.1+riak.3.0.4"}}} ]}.