Skip to content

Commit c5b565f

Browse files
authored
Merge pull request #14 from esl/updates
Update deps and plugins
2 parents 6622ce2 + a0a3e88 commit c5b565f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

rebar.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{erl_opts, []}.
22

33
{deps, [
4-
{fast_pbkdf2, "1.0.6"}
4+
{fast_pbkdf2, "~> 2.0"}
55
]}.
66

77
{project_plugins, [
8-
{rebar3_hex, "7.0.8"},
9-
{rebar3_ex_doc, "0.2.25"},
10-
{rebar3_lint, "~> 3.2.6"},
11-
{erlfmt, "1.5.0"}
8+
{rebar3_hex, "~> 7.0"},
9+
{rebar3_ex_doc, "~> 0.2"},
10+
{rebar3_lint, "~> 3.2"},
11+
{erlfmt, "~> 1.6"}
1212
]}.
1313

1414
{profiles, [

rebar.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{"1.2.0",
2-
[{<<"fast_pbkdf2">>,{pkg,<<"fast_pbkdf2">>,<<"1.0.5">>},0}]}.
2+
[{<<"fast_pbkdf2">>,{pkg,<<"fast_pbkdf2">>,<<"2.0.0">>},0}]}.
33
[
44
{pkg_hash,[
5-
{<<"fast_pbkdf2">>, <<"6045138C4C209FC8222A0B18B2CB1D7BD7407EF4ADAD0F14C5E0F7F4726E3E41">>}]},
5+
{<<"fast_pbkdf2">>, <<"72CDEE3C10C6B9B40E31194DE946A883CEEF6CF1F37D7FC9FD1A9D87502723F5">>}]},
66
{pkg_hash_ext,[
7-
{<<"fast_pbkdf2">>, <<"BC3B5A3CAB47AD114FF8BB815FEDE62A6187ACD14D8B37412F2AF8236A089CEF">>}]}
7+
{<<"fast_pbkdf2">>, <<"74159FD09FB8BF5E97D25137C6C83C28E2CF7E97D7C127D83310DFD0904BD732">>}]}
88
].

0 commit comments

Comments
 (0)