Skip to content

Commit

Permalink
Merge pull request #336 from inaka/jfacorro.335.update_elvis_core_0.2.7
Browse files Browse the repository at this point in the history
[#335] Update elvis_core version to 0.2.7
Brujo Benavides committed Jan 22, 2016
2 parents 737833a + 48a72b6 commit f1e9b26
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ SHELL_DEPS = sync
TEST_DEPS = meck xref_runner

dep_lager = git https://github.com/basho/lager.git 2.0.3
dep_elvis_core = git https://github.com/inaka/elvis_core 0.2.6
dep_elvis_core = git https://github.com/inaka/elvis_core 0.2.7
dep_getopt = git https://github.com/jcomellas/getopt v0.8.2
dep_jiffy = git https://github.com/davisp/jiffy 0.14.2
dep_ibrowse = git https://github.com/cmullaparthi/ibrowse v4.1.2
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
{deps,
[
{lager, ".*", {git, "https://github.com/basho/lager.git", "3.0.2"}},
{elvis_core, ".*", {git, "https://github.com/inaka/elvis_core", "0.2.6"}},
{elvis_core, ".*", {git, "https://github.com/inaka/elvis_core", "0.2.7"}},
{getopt, "0.*", {git, "https://github.com/jcomellas/getopt.git", "v0.8.2"}},
{meck, "0.*", {git, "https://github.com/eproxus/meck.git", "0.8.2"}},
{jiffy, "0.*", {git, "https://github.com/davisp/jiffy.git", "0.14.3"}},

0 comments on commit f1e9b26

Please sign in to comment.