mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Update Ranch to 0.6.0
This commit is contained in:
parent
a3049f7100
commit
f401a84be6
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
||||||
{deps, [
|
{deps, [
|
||||||
{ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git",
|
{ranch, "0\\.6\\.0.*", {git, "git://github.com/extend/ranch.git", "0.6.0"}}
|
||||||
"fb7ed3807620f7534c617789e7347192838a419a"}}
|
|
||||||
]}.
|
]}.
|
||||||
{erl_opts, [
|
{erl_opts, [
|
||||||
%% bin_opt_info,
|
%% bin_opt_info,
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
{deps, [
|
{deps, [
|
||||||
{proper, ".*",
|
{proper, ".*",
|
||||||
{git, "git://github.com/manopapad/proper.git", "master"}},
|
{git, "git://github.com/manopapad/proper.git", "master"}},
|
||||||
{ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git",
|
{ranch, "0\\.6\\.0.*", {git, "git://github.com/extend/ranch.git", "0.6.0"}}
|
||||||
"cd099983b1b807b87fa050d1e4ff0a13aba25b49"}}
|
|
||||||
]}.
|
]}.
|
||||||
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
|
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
|
||||||
{erl_opts, []}.
|
{erl_opts, []}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue