Skip to content

Commit

Permalink
Update docs to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Dec 28, 2023
1 parent eabd19c commit c2f9df9
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
{deps, [
{fast_pbkdf2, "1.0.5"}
]}.
{plugins, [rebar3_hex]}.

{project_plugins, [
rebar3_hex,
rebar3_ex_doc
]}.


{profiles, [
{test, [
Expand All @@ -13,14 +18,22 @@
{base16, "2.0.1"}
]},
{plugins, [
{rebar3_codecov, "0.4.0"}
]}
{rebar3_codecov, "0.6.0"}
]},
{cover_enabled, true},
{cover_export_enabled, true}
]},
{prod, [
{erl_opts, [inline_list_funcs, deterministic]}
]}
]
}.

{cover_enabled, true}.
{cover_export_enabled, true}.
{hex, [
{doc, #{provider => ex_doc}}
]}.
{ex_doc, [
{source_url, <<"https://github.com/esl/fast_scram">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>}
]}.

0 comments on commit c2f9df9

Please sign in to comment.