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 e73e986 commit 2d86017Copy full SHA for 2d86017
rebar.config
@@ -13,7 +13,7 @@
13
{ranch, "0.4.0-p1", {git, "git://github.com/basho/ranch.git", {tag, "0.4.0-p1"}}},
14
{ebloom, ".*", {git, "git://github.com/basho/ebloom.git", {tag, "2.0.0"}}},
15
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "develop"}}},
16
- {riak_repl_pb_api, ".*", {git, "[email protected]:basho/riak_repl_pb_api.git", {tag, "2.4.0"}}}
+ {riak_repl_pb_api, ".*", {git, "[email protected]:basho/riak_repl_pb_api.git", {branch, "develop"}}}
17
]}.
18
19
{edoc_opts, [{preprocess, true}]}.
0 commit comments