diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config index a250ce9..ca9894b 100644 --- a/rebar.config +++ b/rebar.config @@ -8,6 +8,9 @@ {erlware_commons, ".*", {git, "https://github.com/erlware/erlware_commons.git", {branch, "master"}}}, + {providers, ".*", + {git, "https://github.com/tsloughter/providers.git", + {branch, "master"}}}, {erlydtl, ".*", {git, "https://github.com/erlydtl/erlydtl.git", {tag, "0.9.0"}}}, @@ -36,6 +39,4 @@ {erlydtl_opts, [{doc_root, "priv/templates"}, {compiler_options, [report, return, debug_info]}]}. {escript_incl_apps, - [getopt, erlware_commons, erlydtl]}. - -{first_files, [rcl_provider]}. + [getopt, erlware_commons, erlydtl, providers]}. |