Skip to content

Commit

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

* Update erlang.yml

Co-authored-by: RTB CI Bot <[email protected]>
  • Loading branch information
elbrujohalcon and adroll-rtb-ci authored Mar 2, 2022
1 parent b0a331e commit b4d8f76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:

strategy:
matrix:
otp: ['22.3', '23.3']
rebar: ['3.16.1']
otp: ['23.3']
rebar: ['3.18.0']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{deps,
[{lhttpc, "1.3.1", {pkg, nextroll_lhttpc}},
{jiffy, "1.1.1"},
{erliam, "0.4.0"},
{erliam, "0.4.1"},
{b64fast, "0.2.3"}]}.

{xref_checks,
Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{"1.2.0",
[{<<"b64fast">>,{pkg,<<"b64fast">>,<<"0.2.3">>},0},
{<<"erliam">>,{pkg,<<"erliam">>,<<"0.4.0">>},0},
{<<"erliam">>,{pkg,<<"erliam">>,<<"0.4.1">>},0},
{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.1.1">>},0},
{<<"lhttpc">>,{pkg,<<"nextroll_lhttpc">>,<<"1.3.1">>},0}]}.
[
{pkg_hash,[
{<<"b64fast">>, <<"07649CF971A0ED088DEFC4F75767A52E08C468CC1D448693F4FB3051092AB987">>},
{<<"erliam">>, <<"BBD142ADE627513211B8F9D4CBE9F7A4E6C3691A11814156EEE1F2FF1540D1C7">>},
{<<"erliam">>, <<"D6C4C38CEA143AB22633AA423240861EFA6E63D09CAE9AD130BA3E1437CB40D9">>},
{<<"jiffy">>, <<"ACA10F47AA91697BF24AB9582C74E00E8E95474C7EF9F76D4F1A338D0F5DE21B">>},
{<<"lhttpc">>, <<"9F7EC32071847BAE326C16270F114396125E8CC75A54BCE44482BD4FCAE0DA3B">>}]},
{pkg_hash_ext,[
{<<"b64fast">>, <<"DE874B5302D607840B787E93785628035FF55334EBCFAFB6413B735983913D23">>},
{<<"erliam">>, <<"CC0623699C581055F939B336820AAC8B17D79132D91BB06AE8BD5F935C61D318">>},
{<<"erliam">>, <<"0D1EF799285F7AF8C0019ED6B06A2CA5AA9699C77905153F1203D9063B8015A0">>},
{<<"jiffy">>, <<"62E1F0581C3C19C33A725C781DFA88410D8BFF1BBAFC3885A2552286B4785C4C">>},
{<<"lhttpc">>, <<"A6E729BD3CF3DCC92179B4210D7DA648D5EA316850C483A21D5D97173A6AC08F">>}]}
].

0 comments on commit b4d8f76

Please sign in to comment.