remove rebar3
This commit is contained in:
parent
019c68684d
commit
4b3c0eda73
@ -6,7 +6,6 @@
|
||||
{applications,
|
||||
[
|
||||
sync,
|
||||
lager,
|
||||
cowboy,
|
||||
ranch,
|
||||
poolboy,
|
||||
@ -18,7 +17,6 @@
|
||||
dns_erlang,
|
||||
pkt,
|
||||
quicer,
|
||||
parse_trans,
|
||||
mnesia,
|
||||
erts,
|
||||
public_key,
|
||||
|
||||
10
rebar.config
10
rebar.config
@ -1,4 +1,6 @@
|
||||
{erl_opts, [debug_info]}.
|
||||
{erl_opts, [
|
||||
debug_info
|
||||
]}.
|
||||
{deps, [
|
||||
{poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}},
|
||||
{hackney, ".*", {git, "https://github.com/benoitc/hackney.git", {tag, "1.16.0"}}},
|
||||
@ -10,9 +12,7 @@
|
||||
{dns_erlang, ".*", {git, "https://github.com/dnsimple/dns_erlang.git", {tag, "v4.4.0"}}},
|
||||
{quicer, ".*", {git, "https://github.com/emqx/quic.git", {tag, "0.4.0"}}},
|
||||
{pkt, ".*", {git, "https://github.com/msantos/pkt.git", {tag, "0.6.0"}}},
|
||||
{sync, ".*", {git, "https://github.com/rustyio/sync.git", {branch, "master"}}},
|
||||
{parse_trans, ".*", {git, "https://github.com/uwiger/parse_trans", {tag, "3.0.0"}}},
|
||||
{lager, ".*", {git,"https://github.com/erlang-lager/lager.git", {tag, "3.9.2"}}}
|
||||
{sync, ".*", {git, "https://github.com/rustyio/sync.git", {branch, "master"}}}
|
||||
]}.
|
||||
|
||||
{relx, [{release, {sdlan, "0.1.0"},
|
||||
@ -45,6 +45,4 @@
|
||||
]
|
||||
}]}]}.
|
||||
|
||||
{erl_opts, [{parse_transform,lager_transform}]}.
|
||||
|
||||
{rebar_packages_cdn, "https://hexpm.upyun.com"}.
|
||||
Loading…
x
Reference in New Issue
Block a user