Current section

Files

Jump to
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{shotgun, "0.5.0"},
{jsx, "2.9.0"},
{verl, "1.0.1"},
{lru, "1.3.1"},
{backoff, "1.1.6"},
{uuid, "1.8.0", {pkg, uuid_erl}}
]}.
{profiles, [
{test, [
{deps, [
{bookish_spork, "0.3.5"},
{cowboy, "2.8.0"}
]}
]}
]}.
{shell, [
{apps, [ldclient]}
]}.
{ct_opts, [{ct_hooks, [cth_surefire]}]}.