We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd0f3f commit 499a413Copy full SHA for 499a413
rebar.config
@@ -11,7 +11,7 @@
11
{deps, [
12
{lager, ".*", {git, "git://github.com/basho/lager", {tag, "2.0.3"}}},
13
{getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}},
14
- {meck, ".*", {git, "git://github.com/eproxus/meck"}},
+ {meck, "0.8.1", {git, "git://github.com/basho/meck.git", {tag, "0.8.1"}}},
15
{mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify", {branch, "master"}}},
16
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "master"}}},
17
{riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client", {branch, "master"}}},
0 commit comments