{profiles, [
    {test, [{deps, [
        {statebox, {git, "https://github.com/mochi/statebox.git", {branch, "master"}}}
    ]}]}
]}.

{deps, []}.
{cover_enabled, true}.

{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
