From 91d562199f538472f4c9539b00df85123e6ff5bf Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Tue, 10 Feb 2015 14:51:09 +0100 Subject: [PATCH] Remove recon as a dependency. --- rebar.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index a2caf21..aae48dd 100644 --- a/rebar.config +++ b/rebar.config @@ -4,6 +4,5 @@ ]}. {deps, [ - {folsom, ".*", {git, "https://github.com/boundary/folsom.git", "master"}}, - {recon, ".*", {git, "https://github.com/ferd/recon.git", "master"}} + {folsom, ".*", {git, "https://github.com/boundary/folsom.git", "master"}} ]}.