{minimum_otp_version, "24.0"}.
{project_plugins, [rebar3_proper]}.
{profiles,
    [{test, [
        {deps, [
            {proper, "1.3.0"},
            {ct_helper, {git, "https://github.com/ninenines/ct_helper.git"}, {branch, master}}
        ]}
    ]}
]}.
{ex_doc, [
    {source_url, <<"https://github.com/hnc-agency/shq">>},
    {extras, [<<"README.md">>, <<"LICENSE">>]},
    {main, <<"readme">>}
]}.
{hex, [{doc, ex_doc}]}.
