Revert dialyzer changes commited by mistake

This commit is contained in:
Paweł Chmielowski 2023-10-25 20:07:02 +02:00
parent 841d5c0299
commit 36fffa5b23
1 changed files with 3 additions and 3 deletions

View File

@ -208,13 +208,13 @@
{plt_extra_apps,
[asn1, odbc, public_key, stdlib, syntax_tools,
eredis, idna, jiffy, luerl, jose,
cache_tab, eimp, esip, ezlib, fast_tls, fast_xml, fast_yaml,
cache_tab, eimp, epam, esip, ezlib, fast_tls, fast_xml, fast_yaml,
mqtree, p1_acme, p1_mysql, p1_oauth2, p1_pgsql, p1_utils, pkix,
sqlite3, stringprep, stun, xmpp, yconf]},
{plt_extra_apps, % For Erlang/OTP 25 and older
[cache_tab, eimp, ezlib, fast_tls, fast_xml, fast_yaml,
[cache_tab, eimp, epam, esip, ezlib, fast_tls, fast_xml, fast_yaml,
mqtree, p1_acme, p1_mysql, p1_oauth2, p1_pgsql, p1_utils, pkix,
stringprep, stun, xmpp, yconf]}
sqlite3, stringprep, stun, xmpp, yconf]}
} ]}.
{ct_opts, [{keep_logs, 20}]}.