diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 3 |
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"}}}]}. |