From 36fffa5b23aec31a44c3d05b219cf88679c2a8a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Wed, 25 Oct 2023 20:07:02 +0200 Subject: [PATCH] Revert dialyzer changes commited by mistake --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 4868d1553..437393d1a 100644 --- a/rebar.config +++ b/rebar.config @@ -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}]}.