Skip to content

Commit

Permalink
[#83] updating dependencies on rebar3 config file (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferigis authored and Brujo Benavides committed Jan 16, 2017
1 parent 7f381e8 commit 29dd827
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
{profiles, [
{test, [
{deps, [ {katana_test, "0.1.1"}
, {mixer, {git, "https://github.com/inaka/mixer.git", {tag, "0.1.5"}}}
, {shotgun, "0.2.3"}
, {mixer, "0.1.5", {pkg, inaka_mixer}}
, {shotgun, "0.3.0"}
]}
]},
{shell, [
{deps, [
{sync, {git, "https://github.com/rustyio/sync.git", {ref, "9c78e7b"}}}
{sync, "0.1.3"}
]}
]}
]}.
Expand Down Expand Up @@ -63,8 +63,8 @@

%% == Dependencies ==

{deps, [ {jsx, "2.8.0"}
, {trails, "0.2.0"}
{deps, [ {jsx, "2.8.1"}
, {trails, "0.2.1"}
]}.

%% == Dialyzer ==
Expand Down
8 changes: 4 additions & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{"1.1.0",
[{<<"cowboy">>,{pkg,<<"cowboy">>,<<"1.0.4">>},1},
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"1.0.2">>},2},
{<<"jsx">>,{pkg,<<"jsx">>,<<"2.8.0">>},0},
{<<"jsx">>,{pkg,<<"jsx">>,<<"2.8.1">>},0},
{<<"ranch">>,{pkg,<<"ranch">>,<<"1.2.1">>},1},
{<<"trails">>,{pkg,<<"trails">>,<<"0.2.0">>},0}]}.
{<<"trails">>,{pkg,<<"trails">>,<<"0.2.1">>},0}]}.
[
{pkg_hash,[
{<<"cowboy">>, <<"A324A8DF9F2316C833A470D918AAF73AE894278B8AA6226CE7A9BF699388F878">>},
{<<"cowlib">>, <<"9D769A1D062C9C3AC753096F868CA121E2730B9A377DE23DEC0F7E08B1DF84EE">>},
{<<"jsx">>, <<"749BEC6D205C694AE1786D62CEA6CC45A390437E24835FD16D12D74F07097727">>},
{<<"jsx">>, <<"1453B4EB3615ACB3E2CD0A105D27E6761E2ED2E501AC0B390F5BBEC497669846">>},
{<<"ranch">>, <<"A6FB992C10F2187B46FFD17CE398DDF8A54F691B81768F9EF5F461EA7E28C762">>},
{<<"trails">>, <<"8A26C8F32B2A4D317830FAF55F034CC532D849547686806B83063AA1F65213D2">>}]}
{<<"trails">>, <<"6769F7A2B777EC9CEAF07F22C23E5F3BE6A7F07E9A11B44725B102A832334D46">>}]}
].

0 comments on commit 29dd827

Please sign in to comment.