From afdc62409edcaad251ca7f5830d9c90bf9a881aa Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 21 Dec 2014 14:40:41 -0600 Subject: set deps back to tsloughter/providers and erlware/relx --- rebar.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index fd3e53f..a9b667e 100644 --- a/rebar.config +++ b/rebar.config @@ -22,14 +22,14 @@ {git, "https://github.com/erlware/erlware_commons.git", {branch, "master"}}}, {providers, "", - {git, "https://github.com/ferd/providers.git", - {branch, "namespaces"}}}, + {git, "https://github.com/tsloughter/providers.git", + {branch, "master"}}}, {erlydtl, ".*", {git, "https://github.com/erlydtl/erlydtl.git", {tag, "0.9.4"}}}, {relx, "", - {git, "https://github.com/tsloughter/relx.git", - {branch, "format_error1"}}}, + {git, "https://github.com/erlware/relx.git", + {branch, "master"}}}, {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}, {meck, "", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}}]}. -- cgit v1.1