From 93a079752f96d689fb0938165f204eadc963540a Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Fri, 23 Nov 2018 11:04:55 +0800 Subject: [PATCH] Update cuttlefish to v2.1.1 (#1978) --- Makefile | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6e01a0450..9a5aaab76 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ NO_AUTOPATCH = cuttlefish ERLC_OPTS += +debug_info -DAPPLICATION=emqx BUILD_DEPS = cuttlefish -dep_cuttlefish = git https://github.com/emqx/cuttlefish v2.1.0 +dep_cuttlefish = git https://github.com/emqx/cuttlefish v2.1.1 #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 fa2ab588f..424505d49 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {ekka, "v0.5.1"}, {clique, "develop"}, {esockd, "v5.4.2"}, - {cuttlefish, "v2.1.0"} + {cuttlefish, "v2.1.1"} ]}. {edoc_opts, [{preprocess, true}]}.