summaryrefslogtreecommitdiff
path: root/systest/all_SUITE_data/compile_deps/rebar.config
blob: 08e2f628152d81f48fb4da63b4861675cb7ad4a3 (plain)
1
2
3
4
5
6
7
8
{deps, [
        {fake_dep, {localdep, "fake_dep"}}
       ]}.

{plugins, [{rebar_localdep,
            {git, "https://github.com/alinpopa/rebar3-localdep-plugin.git",
             {branch, "master"}}}]}.