Bumped the version number of deps
This commit is contained in:
parent
2a5f3e949c
commit
f6266eaa93
6
Makefile
6
Makefile
|
@ -8,9 +8,9 @@ DEPS = jsx gproc gen_rpc ekka esockd cowboy clique
|
||||||
|
|
||||||
dep_jsx = git https://github.com/talentdeficit/jsx 2.9.0
|
dep_jsx = git https://github.com/talentdeficit/jsx 2.9.0
|
||||||
dep_gproc = git https://github.com/uwiger/gproc 0.8.0
|
dep_gproc = git https://github.com/uwiger/gproc 0.8.0
|
||||||
dep_gen_rpc = git https://github.com/emqx/gen_rpc 2.2.0
|
dep_gen_rpc = git https://github.com/emqx/gen_rpc 2.3.0
|
||||||
dep_esockd = git https://github.com/emqx/esockd v5.4.2
|
dep_esockd = git https://github.com/emqx/esockd v5.4.2
|
||||||
dep_ekka = git https://github.com/emqx/ekka v0.4.1
|
dep_ekka = git https://github.com/emqx/ekka v0.5.0
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy 2.4.0
|
dep_cowboy = git https://github.com/ninenines/cowboy 2.4.0
|
||||||
dep_clique = git https://github.com/emqx/clique develop
|
dep_clique = git https://github.com/emqx/clique develop
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ NO_AUTOPATCH = cuttlefish
|
||||||
ERLC_OPTS += +debug_info -DAPPLICATION=emqx
|
ERLC_OPTS += +debug_info -DAPPLICATION=emqx
|
||||||
|
|
||||||
BUILD_DEPS = cuttlefish
|
BUILD_DEPS = cuttlefish
|
||||||
dep_cuttlefish = git https://github.com/emqx/cuttlefish emqx30
|
dep_cuttlefish = git https://github.com/emqx/cuttlefish v2.1.0
|
||||||
|
|
||||||
#TEST_DEPS = emqx_ct_helplers
|
#TEST_DEPS = emqx_ct_helplers
|
||||||
#dep_emqx_ct_helplers = git git@github.com:emqx/emqx-ct-helpers
|
#dep_emqx_ct_helplers = git git@github.com:emqx/emqx-ct-helpers
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
%% appended to deps in rebar.config.script
|
%% appended to deps in rebar.config.script
|
||||||
{github_emqx_deps,
|
{github_emqx_deps,
|
||||||
[{gen_rpc, "2.2.0"},
|
[{gen_rpc, "2.3.0"},
|
||||||
{ekka, "v0.4.1"},
|
{ekka, "v0.5.0"},
|
||||||
{clique, "develop"},
|
{clique, "develop"},
|
||||||
{esockd, "v5.4.2"},
|
{esockd, "v5.4.2"},
|
||||||
{cuttlefish, "emqx30"}
|
{cuttlefish, "v2.1.0"}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{edoc_opts, [{preprocess, true}]}.
|
{edoc_opts, [{preprocess, true}]}.
|
||||||
|
|
Loading…
Reference in New Issue