Skip to content

Commit

Permalink
Merge pull request #27 from inaka/euen.332.update_katana_version
Browse files Browse the repository at this point in the history
[Fix inaka/elvis#332] update katana version
  • Loading branch information
Brujo Benavides committed Jan 19, 2016
2 parents 9505ea3 + a11a6d8 commit 1488263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DEPS = lager zipper katana

dep_lager = git https://github.com/basho/lager.git 3.0.2
dep_zipper = hex 0.1.4
dep_katana = hex 0.2.18
dep_katana = hex 0.2.20

TEST_DEPS = meck

Expand Down
5 changes: 3 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
{deps,
[
{lager, "3.0.2"},
{zipper, ".*", {git, "https://github.com/inaka/zipper.git", {tag, "0.1.4"}}},
{katana, ".*", {git, "https://github.com/inaka/erlang-katana.git", {tag, "0.2.18"}}}
{zipper, ".*", {git, "https://github.com/inaka/zipper.git", {tag, "0.1.4"}}},
{katana, "0.2.20"}
]
}.

Expand All @@ -38,3 +38,4 @@
undefined_functions,
locals_not_used,
deprecated_function_calls, deprecated_functions]}.
{plugins, [rebar3_hex]}.

0 comments on commit 1488263

Please sign in to comment.