summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 3c4e0cf..302bc62 100644
--- a/rebar.config
+++ b/rebar.config
@@ -38,4 +38,5 @@
{deps, [{relx, "",
{git, "https://github.com/erlware/relx.git",
- {branch, "master"}}}]}.
+ {branch, "master"}}},
+ {getopt, "", {git, "git@github.com:jcomellas/getopt.git", {branch, "master"}}}]}.