From 27d73f257de50a275e47289477a6f7ba8c942898 Mon Sep 17 00:00:00 2001 From: Gilbert Wong Date: Sat, 30 Mar 2019 11:33:46 +0800 Subject: [PATCH] Specify win30 branch for cuttlefish --- Makefile | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5ec49a6a6..f74146def 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ NO_AUTOPATCH = cuttlefish ERLC_OPTS += +debug_info -DAPPLICATION=emqx BUILD_DEPS = cuttlefish -dep_cuttlefish = git-emqx https://github.com/emqx/cuttlefish v2.2.1 +dep_cuttlefish = git-emqx https://github.com/emqx/cuttlefish win30 TEST_DEPS = meck dep_meck = hex-emqx 0.8.13 diff --git a/rebar.config b/rebar.config index d879b493c..6057f46c5 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {ekka, "v0.5.4"}, {replayq, "v0.1.1"}, {esockd, "v5.4.4"}, - {cuttlefish, "v2.2.1"} + {cuttlefish, "win30"} ]}. {edoc_opts, [{preprocess, true}]}.