We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72850aa commit eef3530Copy full SHA for eef3530
rebar.config
@@ -3,8 +3,8 @@
3
{deps,
4
[
5
%% ibrowse for doing HTTP requests
6
- {ibrowse, "4.3",
7
- {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.3"}}},
+ {ibrowse, ".*",
+ {git, "git://github.com/basho/ibrowse.git", {branch, "develop-2.9"}}},
8
9
%% webmachine for multipart content parsing, will pull in mochiweb as a dep
10
{webmachine, ".*", {git, "git://github.com/basho/webmachine", {branch, "develop-2.9"}}},
0 commit comments