diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/rebar.config b/rebar.config index 0014c3a..4cc0168 100644 --- a/rebar.config +++ b/rebar.config @@ -27,13 +27,17 @@ {platform_define, "^[0-9]+", namespaced_types} ]}. -{deps, [{providers, "", - {git, "https://github.com/tsloughter/providers.git", - {branch, "format_error"}}}, - {relx, "", - {git, "https://github.com/tsloughter/relx.git", - {branch, "format_error2"}}}, - {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}. +{deps, [ + {erlware_commons, ".*", + {git, "https://github.com/erlware/erlware_commons.git", + {branch, "master"}}}, + {providers, "", + {git, "https://github.com/tsloughter/providers.git", + {branch, "master"}}}, + {relx, "", + {git, "https://github.com/tsloughter/relx.git", + {branch, "master"}}}, + {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}. {erlydtl_opts, [{doc_root, "priv/templates"}, {compiler_options, [report, return, debug_info]}]}. |