Skip to content

Commit

Permalink
update deps, related: inaka/elvis#385
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Jul 25, 2016
1 parent 02706e0 commit 294cf83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL_DEPS = sync
BUILD_DEPS = inaka_mk hexer_mk
DEP_PLUGINS = inaka_mk hexer_mk

dep_lager = git https://github.com/basho/lager.git 3.1.0
dep_lager = hex 3.2.1
dep_zipper = hex 0.2.0
dep_katana_code = git https://github.com/inaka/katana-code.git 0.0.3
dep_katana_test = git https://github.com/inaka/katana-test.git 0.0.5
Expand Down
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

{deps,
[
{lager, "3.0.2"},
{zipper, ".*", {git, "https://github.com/inaka/zipper.git", {tag, "0.1.4"}}},
{katana, "0.2.20"}
{lager, "3.2.1"},
{zipper, ".*", {git, "https://github.com/inaka/zipper.git", {tag, "0.1.6"}}},
{katana, {git, "https://github.com/inaka/erlang-katana", {ref, "239392f"}}}
]
}.

Expand Down
14 changes: 5 additions & 9 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
[{<<"aleppo">>,
{git,"https://github.com/inaka/aleppo.git",
{ref,"95e7bc6a2ff0de0cde4d0af353ae86d7dea03095"}},
0},
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.7">>},1},
[{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.8">>},1},
{<<"katana">>,
{git,"https://github.com/inaka/erlang-katana.git",
{ref,"4ed813673c96c0926bcb002516087c018b8f428c"}},
{git,"https://github.com/inaka/erlang-katana",
{ref,"239392f2e18b1ce7a64117f92b9774c65fe1efab"}},
0},
{<<"lager">>,{pkg,<<"lager">>,<<"3.0.2">>},0},
{<<"lager">>,{pkg,<<"lager">>,<<"3.2.1">>},0},
{<<"zipper">>,
{git,"https://github.com/inaka/zipper.git",
{ref,"7b155ca851b3167b3e0031e52129901663e86a83"}},
{ref,"f44425c7dee3aeac98b1a30c94c74cabeed2f3b1"}},
0}].

0 comments on commit 294cf83

Please sign in to comment.