diff --git a/rebar.config b/rebar.config index 01e6c06..b86ebf7 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ {project_plugins, [ {erlfmt, "1.5.0"}, - {rebar3_ex_doc, "0.2.24"}, + {rebar3_ex_doc, "0.2.31"}, {rebar3_hex, "7.0.8"} ]}. @@ -31,6 +31,7 @@ ]}, {main, <<"readme">>} ]}. +{edoc_opts, [{preprocess, true}, {macros, [{erlfdb_compile_time_api_version, 730}]}]}. {shell, [ {apps, [erlfdb]},