Skip to content

Commit

Permalink
Update dependencies (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
adroll-rtb-ci authored Jul 1, 2024
1 parent 71114c4 commit 40239b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{minimum_otp_vsn, "24"}.

{deps, [{hex_core, "~> 0.10.0"}, {verl, "~> 1.1.1"}]}.
{deps, [{hex_core, "~> 0.10.3"}, {verl, "~> 1.1.1"}]}.

{profiles,
[{test,
Expand Down Expand Up @@ -45,9 +45,9 @@
[{test, [compile, format, spellcheck, lint, hank, xref, dialyzer, ct, cover, ex_doc]}]}.

{project_plugins,
[{rebar3_hex, "~> 7.0.7"},
[{rebar3_hex, "~> 7.0.8"},
{rebar3_format, "~> 1.3.0"},
{rebar3_lint, "~> 3.2.3"},
{rebar3_lint, "~> 3.2.5"},
{rebar3_hank, "~> 1.4.0"},
{rebar3_sheldon, "~> 0.4.3"},
{rebar3_ex_doc, "~> 0.2.22"}]}.
{rebar3_ex_doc, "~> 0.2.23"}]}.
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{"1.2.0",
[{<<"hex_core">>,{pkg,<<"hex_core">>,<<"0.10.0">>},0},
[{<<"hex_core">>,{pkg,<<"hex_core">>,<<"0.10.3">>},0},
{<<"verl">>,{pkg,<<"verl">>,<<"1.1.1">>},0}]}.
[
{pkg_hash,[
{<<"hex_core">>, <<"6E739A159B0141FA6C3C60C92B73AA6DEC5B7909647A9B9ECEA9DA6709B75709">>},
{<<"hex_core">>, <<"7DC866CA8F5830566AACEF141BDDE4F1D61F687407C7070611C349E983F185D2">>},
{<<"verl">>, <<"98F3EC48B943AA4AE8E29742DE86A7CD752513687911FE07D2E00ECDF3107E45">>}]},
{pkg_hash_ext,[
{<<"hex_core">>, <<"1C229AEB2DF3A7FFC0C00FA4FC1721995058B2C617F083CF617E29258B1D9F57">>},
{<<"hex_core">>, <<"BC7C2B6CEB99E29550F74234952AD3B8153E6F2DBC38892BD0FF46043BE073F5">>},
{<<"verl">>, <<"0925E51CD92A0A8BE271765B02430B2E2CFF8AC30EF24D123BD0D58511E8FB18">>}]}
].

0 comments on commit 40239b8

Please sign in to comment.