{erl_opts, [debug_info]}.
{deps, [
  {shotgun, "0.4.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"}
        ]}
    ]}
]}.

{shell, [
    {apps, [ldclient]}
]}.

{ct_opts, [{ct_hooks, [cth_surefire]}]}.
