diff --git a/rebar.config b/rebar.config index 46724a1e..4561849b 100644 --- a/rebar.config +++ b/rebar.config @@ -15,8 +15,8 @@ {getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}}, {meck, ".*", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}}, {mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify", {branch, "master"}}}, - {riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "riak_ts-develop-1.2"}}}, - {riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client", {branch, "riak_ts-develop-1.2"}}}, + {riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "riak_ts-develop-1.3"}}}, + {riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client", {branch, "riak_ts-develop-1.3"}}}, {kvc, "1.3.0", {git, "https://github.com/etrepum/kvc", {tag, "v1.3.0"}}}, {druuid, ".*", {git, "git://github.com/kellymclaughlin/druuid.git", {tag, "0.2"}}} ]}.