summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-12-21 14:40:41 -0600
committerTristan Sloughter <t@crashfast.com>2014-12-21 14:40:41 -0600
commitafdc62409edcaad251ca7f5830d9c90bf9a881aa (patch)
tree3601bc03e68d4fd764e2b039a426b3ea9b150f43 /rebar.config
parent9a8b1b329051ef69d791fc12e0a410171f01ad7e (diff)
set deps back to tsloughter/providers and erlware/relx
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config8
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"}}}]}.