Skip to content

Commit

Permalink
master- update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Jan 9, 2025
1 parent bfb7599 commit 406c040
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
17 changes: 13 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,27 @@
%% == Dependencies ==

{deps, [
{lager, "3.6.2"},
{lager, "3.9.2"},
{sumo_db, "0.7.7"},
{epgsql, "4.7.0"}
{epgsql, "4.7.1"}
]}.

{project_plugins, [rebar3_hex, rebar3_ex_doc]}.

{hex, [{doc, ex_doc}]}.

{ex_doc, [
{source_url, <<"https://github.com/namespace/your_app">>},
{extras, [<<"README.md">>, <<"LICENSE.md">>]},
{main, <<"readme">>}]}.

%% == Profiles ==

{profiles, [
{test, [
{deps, [
{katana_test, "0.1.1"},
{mixer, "1.0.0", {pkg, inaka_mixer}}
{katana_test, "1.0.1"},
{mixer, "1.2.0", {pkg, inaka_mixer}}
]}
]}
]}.
Expand Down
12 changes: 6 additions & 6 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{"1.2.0",
[{<<"epgsql">>,{pkg,<<"epgsql">>,<<"4.7.0">>},0},
[{<<"epgsql">>,{pkg,<<"epgsql">>,<<"4.7.1">>},0},
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
{<<"iso8601">>,{pkg,<<"iso8601">>,<<"1.2.3">>},1},
{<<"lager">>,{pkg,<<"lager">>,<<"3.6.2">>},0},
{<<"lager">>,{pkg,<<"lager">>,<<"3.9.2">>},0},
{<<"quickrand">>,{pkg,<<"quickrand">>,<<"1.5.4">>},2},
{<<"sumo_db">>,{pkg,<<"sumo_db">>,<<"0.7.7">>},0},
{<<"uuid">>,{pkg,<<"uuid_erl">>,<<"1.5.2-rc1">>},1},
{<<"worker_pool">>,{pkg,<<"worker_pool">>,<<"3.1.0">>},1}]}.
[
{pkg_hash,[
{<<"epgsql">>, <<"98361A63E49AE14DF57CBDA8495058D42ABD3A316F822D1F990A40259026FE5E">>},
{<<"epgsql">>, <<"D4E47CAE46C18C8AFA88E34D59A9B4BAE16368D7CE1EB3DA24FA755EB28393EB">>},
{<<"goldrush">>, <<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>},
{<<"iso8601">>, <<"56D173EC568D42E95908797A9B7D27BCF0B377443277416733EB1A544A4A47C2">>},
{<<"lager">>, <<"2C72950A0E75FFD927DD35BC85EA30E7680A264C4BBD08B328250871AC456CC2">>},
{<<"lager">>, <<"4CAB289120EB24964E3886BD22323CB5FEFE4510C076992A23AD18CF85413D8C">>},
{<<"quickrand">>, <<"47ADD4755CC5F209CBEFFD6F47C84061196CD7FAD99FD8FD12418EB0D06B939D">>},
{<<"sumo_db">>, <<"5870B6D6E73204C36173DDDFB76C4B48C21EF6DD59D6490389AA3458675B46DD">>},
{<<"uuid">>, <<"D4022AB3F4F1A28E86EA15D4075CB0C57EC908D8AF1CA2E8AF28AA815EF93C3A">>},
{<<"worker_pool">>, <<"C908627E04057CF29940AD0E79B89AB161DB520EEBC76942EFD08A187BABF93A">>}]},
{pkg_hash_ext,[
{<<"epgsql">>, <<"90B0145D302AB133D957EA46A884E6E37E847E6E47DEAF93104314D2AD8CB5BB">>},
{<<"epgsql">>, <<"B6D86B7DC42C8555B1D4E20880E5099D6D6D053148000E188E548F98E4E01836">>},
{<<"goldrush">>, <<"99CB4128CFFCB3227581E5D4D803D5413FA643F4EB96523F77D9E6937D994CEB">>},
{<<"iso8601">>, <<"02A1F5BE3F3EE7C62DD50DEA453AB321FFB702BA302C6282805FAF23C800FAE6">>},
{<<"lager">>, <<"CD990B955D58A23FCC849071D3AF802729841A8549FB5749D6BF1C389AEE41C4">>},
{<<"lager">>, <<"7F904D9E87A8CB7E66156ED31768D1C8E26EBA1D54F4BC85B1AA4AC1F6340C28">>},
{<<"quickrand">>, <<"2657DCA4544BF98EC44328F95F2C94A07ACCECE452195C599E43799A760B28B0">>},
{<<"sumo_db">>, <<"5FA27B278DB55B91BCA368F0EE8C599DA8E930D88DE3B8347932C7836C58E992">>},
{<<"uuid">>, <<"4297348D9D52A38E2446185F979CB8786FE8784AC053ABE6724C2AF7D7930E38">>},
Expand Down

0 comments on commit 406c040

Please sign in to comment.