Skip to content

Commit

Permalink
[inaka/elvis#317] Update deps to avoid compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Dec 23, 2015
1 parent d53d491 commit c935947
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 jfacorro.101.use_elvis_core

TEST_DEPS = meck

Expand Down
Loading

0 comments on commit c935947

Please sign in to comment.