{erl_opts, [
            debug_info
           ]}.

{deps, [
        {rebar3_gpb_plugin, "2.22.1"}
       ]}.

{dialyzer, [
    {warnings, [
        unmatched_returns,
        error_handling,
        underspecs
    ]}
]}.
