fix rebar config
This commit is contained in:
parent
33952d176f
commit
d3e89eceea
Binary file not shown.
@ -2,6 +2,9 @@
|
||||
|
||||
{project_app_dirs, ["apps/*"]}.
|
||||
|
||||
{pre_hooks, [{compile, "make -C go_extend build"},
|
||||
{clean, "make -C go_extend clean"}]}.
|
||||
|
||||
{deps, [
|
||||
{poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}},
|
||||
{hackney, ".*", {git, "https://github.com/benoitc/hackney.git", {tag, "1.25.0"}}},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user