Skip to content

Commit

Permalink
Update dependencies (#43)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update rebar.config

Co-authored-by: RTB CI Bot <[email protected]>
  • Loading branch information
Brujo Benavides and adroll-rtb-ci authored Mar 1, 2022
1 parent 7c3fb9b commit 0199d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
debug_info,
{i, "./_build/default/plugins/gpb/include"}]}.

{deps, [{jiffy, "1.0.8"}, {erlexec, "1.10.9"}]}.
{deps, [{jiffy, "1.1.1"}, {erlexec, "1.10.9"}]}.

{minimum_otp_version, 23}.

Expand Down Expand Up @@ -47,7 +47,6 @@

{xref_checks, [undefined_function_calls, locals_not_used, deprecated_function_calls]}.

%% Dynamically generated modules
{xref_ignores, [kpl_agg_pb]}.

{cover_enabled, true}.
Expand Down
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",
[{<<"erlexec">>,{pkg,<<"erlexec">>,<<"1.10.9">>},0},
{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.0.8">>},0}]}.
{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.1.1">>},0}]}.
[
{pkg_hash,[
{<<"erlexec">>, <<"3CBB3476F942BFB8B68B85721C21C1835061CF6DD35F5285C2362E85B100DDC7">>},
{<<"jiffy">>, <<"60E36F00BE35E5AC6E6CF2D4CAF3BDF3103D4460AFF385F543A8D7DF2D6D9613">>}]},
{<<"jiffy">>, <<"ACA10F47AA91697BF24AB9582C74E00E8E95474C7EF9F76D4F1A338D0F5DE21B">>}]},
{pkg_hash_ext,[
{<<"erlexec">>, <<"271E5B5F2D91CDB9887EFE74D89026C199BFC69F074CADE0D08DAB60993FA14E">>},
{<<"jiffy">>, <<"F9AE986BA5A0854EB48CF6A76192D9367086DA86C20197DA430630BE7C087A4E">>}]}
{<<"jiffy">>, <<"62E1F0581C3C19C33A725C781DFA88410D8BFF1BBAFC3885A2552286B4785C4C">>}]}
].

0 comments on commit 0199d99

Please sign in to comment.