Update cuttlefish to v2.1.1 (#1978)
This commit is contained in:
parent
6fa183f847
commit
93a079752f
2
Makefile
2
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
|
||||
|
|
|
@ -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}]}.
|
||||
|
|
Loading…
Reference in New Issue