diff --git a/Makefile b/Makefile index 48c846b..40c260e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/rebar.config b/rebar.config index 4eeb440..82b982e 100644 --- a/rebar.config +++ b/rebar.config @@ -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"}},