Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adroll-rtb-ci committed Jul 1, 2024
1 parent e419337 commit 3efc220
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{cover_opts, [verbose]}.

{deps, [{jiffy, "1.1.1"}]}.
{deps, [{jiffy, "1.1.2"}]}.

{dialyzer,
[{warnings, [unknown, no_return, error_handling, missing_return, extra_return]},
Expand All @@ -32,8 +32,8 @@
{alias, [{test, [format, lint, hank, xref, dialyzer, eunit, cover]}]}.

{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"}]}.
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{"1.2.0",
[{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.1.1">>},0}]}.
[{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.1.2">>},0}]}.
[
{pkg_hash,[
{<<"jiffy">>, <<"ACA10F47AA91697BF24AB9582C74E00E8E95474C7EF9F76D4F1A338D0F5DE21B">>}]},
{<<"jiffy">>, <<"A9B6C9A7EC268E7CF493D028F0A4C9144F59CCB878B1AFE42841597800840A1B">>}]},
{pkg_hash_ext,[
{<<"jiffy">>, <<"62E1F0581C3C19C33A725C781DFA88410D8BFF1BBAFC3885A2552286B4785C4C">>}]}
{<<"jiffy">>, <<"BB61BC42A720BBD33CB09A410E48BB79A61012C74CB8B3E75F26D988485CF381">>}]}
].

0 comments on commit 3efc220

Please sign in to comment.