From f6266eaa936fafc0f717361e2faa39f8c8c70960 Mon Sep 17 00:00:00 2001 From: terry-xiaoyu <506895667@qq.com> Date: Fri, 2 Nov 2018 19:42:51 +0800 Subject: [PATCH] Bumped the version number of deps --- Makefile | 6 +++--- rebar.config | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 4d810737b..91e0f7c23 100644 --- a/Makefile +++ b/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_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_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_clique = git https://github.com/emqx/clique develop @@ -19,7 +19,7 @@ NO_AUTOPATCH = cuttlefish ERLC_OPTS += +debug_info -DAPPLICATION=emqx 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 #dep_emqx_ct_helplers = git git@github.com:emqx/emqx-ct-helpers diff --git a/rebar.config b/rebar.config index 9d493a566..d4192c686 100644 --- a/rebar.config +++ b/rebar.config @@ -5,11 +5,11 @@ %% appended to deps in rebar.config.script {github_emqx_deps, - [{gen_rpc, "2.2.0"}, - {ekka, "v0.4.1"}, + [{gen_rpc, "2.3.0"}, + {ekka, "v0.5.0"}, {clique, "develop"}, {esockd, "v5.4.2"}, - {cuttlefish, "emqx30"} + {cuttlefish, "v2.1.0"} ]}. {edoc_opts, [{preprocess, true}]}.