Current section

Files

Jump to
rebar3_hex rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{erlware_commons, "0.12.0"},
{ssl_verify_hostname, "1.0.4"},
{jsx, "2.6.1"},
{providers, "1.3.1"}
]}.
{overrides, [{override, erlware_commons, [{plugins, []}]}]}.
{hex, [{contributors, ["Tristan Sloughter"]},
{links, [{"Github", "https://github.com/tsloughter/rebar3_hex"}]}]}.