From 236f75b33b922844402081a96d5a1dedfe32fd24 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Mon, 29 Mar 2021 11:51:51 +0200 Subject: [PATCH] chore(rebar.config): Snabbkaffee should be a default dependency --- rebar.config | 1 + rebar.config.erl | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 454182185..851c4eac8 100644 --- a/rebar.config +++ b/rebar.config @@ -52,6 +52,7 @@ , {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}} , {observer_cli, "1.6.1"} % NOTE: depends on recon 2.5.1 , {getopt, "1.0.1"} + , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.8.2"}}} ]}. {xref_ignores, diff --git a/rebar.config.erl b/rebar.config.erl index 1fe655d21..cce629868 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -102,7 +102,6 @@ test_plugins() -> test_deps() -> [ {bbmustache, "1.10.0"} , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.6"}}} - , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.8.2"}}} , meck ].