diff options
-rw-r--r-- | rebar.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index ec16238..cd3797a 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,8 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- -{deps, [{getopt, "0.5.1", +{deps, [{erlware_commons, "", + {git, "https://github.com/ericbmerritt/erlware_commons.git", {tag, "v0.7.0"}}}, + {getopt, "0.5.1", {git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}}, {depsolver, "0.0.2", {git, "https://github.com/ericbmerritt/depsolver.git", {tag, "v0.0.2"}}}]}. |