Pull riak http client from master

Need to pull from master or else a version mismatch occurs for the
protobuffs client.
This commit is contained in:
Ryan Zezeski 2013-03-04 22:20:13 -05:00
parent 8c60a14523
commit c7cb386caf

View File

@ -13,7 +13,7 @@
{meck, ".*", {git, "git://github.com/eproxus/meck"}},
{mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify"}},
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client"}},
{riakhttpc, "1.3.1", {git, "git://github.com/basho/riak-erlang-http-client", {tag, "1.3.1"}}},
{riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client"}},
{kvc, "1.3.0", {git, "https://github.com/etrepum/kvc", {tag, "v1.3.0"}}}
]}.