diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-12-21 14:40:41 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-12-21 14:40:41 -0600 |
commit | afdc62409edcaad251ca7f5830d9c90bf9a881aa (patch) | |
tree | 3601bc03e68d4fd764e2b039a426b3ea9b150f43 | |
parent | 9a8b1b329051ef69d791fc12e0a410171f01ad7e (diff) |
set deps back to tsloughter/providers and erlware/relx
-rw-r--r-- | rebar.config | 8 |
1 files 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"}}}]}. |