From 1ac7c9bb1b4e50404cec83f61261a5e25e691538 Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Sat, 24 Nov 2018 22:54:41 +0100 Subject: [PATCH] [#15] Add redbug --- rebar.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 0973411..fa3d34f 100644 --- a/rebar.config +++ b/rebar.config @@ -13,7 +13,9 @@ { profiles , [ { dev , [ { deps - , [{eper, {git, "https://github.com/massemanet/eper", {branch, "master"}}}] + , [ {eper, {git, "https://github.com/massemanet/eper", {branch, "master"}}} + , {redbug, {git, "https://github.com/massemanet/eper", {branch, "master"}}} + ] } ] }