Current section
Files
Jump to
Current section
Files
raven_erlang
rebar.config
rebar.config
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 noet syntax=erlang
{erl_opts, [
warnings_as_errors,
warn_export_all,
{platform_define, "^R14", no_callbacks}
]}.
{plugins, [rebar3_hex]}.
{deps, [{jsone, "1.2.3"}]}.