Skip to content

Commit 406c040

Browse files
committed
master- update deps
1 parent bfb7599 commit 406c040

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

rebar.config

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,27 @@
2222
%% == Dependencies ==
2323

2424
{deps, [
25-
{lager, "3.6.2"},
25+
{lager, "3.9.2"},
2626
{sumo_db, "0.7.7"},
27-
{epgsql, "4.7.0"}
27+
{epgsql, "4.7.1"}
2828
]}.
2929

30+
{project_plugins, [rebar3_hex, rebar3_ex_doc]}.
31+
32+
{hex, [{doc, ex_doc}]}.
33+
34+
{ex_doc, [
35+
{source_url, <<"https://github.com/namespace/your_app">>},
36+
{extras, [<<"README.md">>, <<"LICENSE.md">>]},
37+
{main, <<"readme">>}]}.
38+
3039
%% == Profiles ==
3140

3241
{profiles, [
3342
{test, [
3443
{deps, [
35-
{katana_test, "0.1.1"},
36-
{mixer, "1.0.0", {pkg, inaka_mixer}}
44+
{katana_test, "1.0.1"},
45+
{mixer, "1.2.0", {pkg, inaka_mixer}}
3746
]}
3847
]}
3948
]}.

rebar.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{"1.2.0",
2-
[{<<"epgsql">>,{pkg,<<"epgsql">>,<<"4.7.0">>},0},
2+
[{<<"epgsql">>,{pkg,<<"epgsql">>,<<"4.7.1">>},0},
33
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
44
{<<"iso8601">>,{pkg,<<"iso8601">>,<<"1.2.3">>},1},
5-
{<<"lager">>,{pkg,<<"lager">>,<<"3.6.2">>},0},
5+
{<<"lager">>,{pkg,<<"lager">>,<<"3.9.2">>},0},
66
{<<"quickrand">>,{pkg,<<"quickrand">>,<<"1.5.4">>},2},
77
{<<"sumo_db">>,{pkg,<<"sumo_db">>,<<"0.7.7">>},0},
88
{<<"uuid">>,{pkg,<<"uuid_erl">>,<<"1.5.2-rc1">>},1},
99
{<<"worker_pool">>,{pkg,<<"worker_pool">>,<<"3.1.0">>},1}]}.
1010
[
1111
{pkg_hash,[
12-
{<<"epgsql">>, <<"98361A63E49AE14DF57CBDA8495058D42ABD3A316F822D1F990A40259026FE5E">>},
12+
{<<"epgsql">>, <<"D4E47CAE46C18C8AFA88E34D59A9B4BAE16368D7CE1EB3DA24FA755EB28393EB">>},
1313
{<<"goldrush">>, <<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>},
1414
{<<"iso8601">>, <<"56D173EC568D42E95908797A9B7D27BCF0B377443277416733EB1A544A4A47C2">>},
15-
{<<"lager">>, <<"2C72950A0E75FFD927DD35BC85EA30E7680A264C4BBD08B328250871AC456CC2">>},
15+
{<<"lager">>, <<"4CAB289120EB24964E3886BD22323CB5FEFE4510C076992A23AD18CF85413D8C">>},
1616
{<<"quickrand">>, <<"47ADD4755CC5F209CBEFFD6F47C84061196CD7FAD99FD8FD12418EB0D06B939D">>},
1717
{<<"sumo_db">>, <<"5870B6D6E73204C36173DDDFB76C4B48C21EF6DD59D6490389AA3458675B46DD">>},
1818
{<<"uuid">>, <<"D4022AB3F4F1A28E86EA15D4075CB0C57EC908D8AF1CA2E8AF28AA815EF93C3A">>},
1919
{<<"worker_pool">>, <<"C908627E04057CF29940AD0E79B89AB161DB520EEBC76942EFD08A187BABF93A">>}]},
2020
{pkg_hash_ext,[
21-
{<<"epgsql">>, <<"90B0145D302AB133D957EA46A884E6E37E847E6E47DEAF93104314D2AD8CB5BB">>},
21+
{<<"epgsql">>, <<"B6D86B7DC42C8555B1D4E20880E5099D6D6D053148000E188E548F98E4E01836">>},
2222
{<<"goldrush">>, <<"99CB4128CFFCB3227581E5D4D803D5413FA643F4EB96523F77D9E6937D994CEB">>},
2323
{<<"iso8601">>, <<"02A1F5BE3F3EE7C62DD50DEA453AB321FFB702BA302C6282805FAF23C800FAE6">>},
24-
{<<"lager">>, <<"CD990B955D58A23FCC849071D3AF802729841A8549FB5749D6BF1C389AEE41C4">>},
24+
{<<"lager">>, <<"7F904D9E87A8CB7E66156ED31768D1C8E26EBA1D54F4BC85B1AA4AC1F6340C28">>},
2525
{<<"quickrand">>, <<"2657DCA4544BF98EC44328F95F2C94A07ACCECE452195C599E43799A760B28B0">>},
2626
{<<"sumo_db">>, <<"5FA27B278DB55B91BCA368F0EE8C599DA8E930D88DE3B8347932C7836C58E992">>},
2727
{<<"uuid">>, <<"4297348D9D52A38E2446185F979CB8786FE8784AC053ABE6724C2AF7D7930E38">>},

0 commit comments

Comments
 (0)