Current section
Files
Jump to
Current section
Files
rebar.config
%% -*- erlang -*-
{erl_opts, [warn_unused_vars, {parse_transform, lager_transform}]}.
{deps, [
{lager, "3.2.1"},
{epgpool, "1.1.0"},
{erlando, "3.1.1"}
]}.
{xref_checks, [undefined_function_calls]}.
{profiles, [
{test, [
{deps, [
{epgpool_cth, ".*",
{git, "https://github.com/egobrain/epgpool_cth.git", {tag, "1.0.0"}}}
]}
]}
]}.