Current section

Files

Jump to
mqtt_sessions rebar.config
Raw

rebar.config

%%-*- mode: erlang -*-
{require_min_otp_vsn, "19"}.
{erl_opts, [
{parse_transform, lager_transform}
]}.
{deps, [
lager,
{mqtt_packet_map, "1.0.0-alpha3"},
{zotonic_stdlib, "1.0.0"},
{jsx, "2.8.2"},
{sidejob, "2.1.0"},
{router, "1.0.3"}
]}.
{xref_checks, [undefined_function_calls,
locals_not_used,
deprecated_function_calls]}.