Skip to content

Commit

Permalink
Merge pull request #15 from inaka/jfacorro.317.update_deps_katana_zipper
Browse files Browse the repository at this point in the history
[Closes inaka/elvis#317] Update deps to avoid compiler warnings
  • Loading branch information
jfacorro committed Dec 23, 2015
2 parents d53d491 + 477b853 commit 620aef5
Show file tree
Hide file tree
Showing 4 changed files with 6,235 additions and 499 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ log*/
_build
# Ignore elvis escript
elvis
rebar
rebar
.erlang.mk/
elvis.d
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ PROJECT = elvis

DEPS = lager zipper katana

dep_lager = git https://github.com/basho/lager.git 3.0.2
dep_zipper = git https://github.com/inaka/zipper 0.1.2
dep_katana = git https://github.com/inaka/erlang-katana 0.2.13
dep_lager = git https://github.com/basho/lager.git 3.0.2
dep_zipper = git https://github.com/inaka/zipper 0.1.3
dep_katana = git https://github.com/inaka/erlang-katana 0.2.15

TEST_DEPS = meck

Expand Down
Loading

0 comments on commit 620aef5

Please sign in to comment.