Bläddra i källkod

chore(rebar.config): Snabbkaffee should be a default dependency

Zaiming Shi 4 år sedan
förälder
incheckning
236f75b33b
2 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 0
      rebar.config
  2. 0 1
      rebar.config.erl

+ 1 - 0
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,

+ 0 - 1
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
     ].