diff options
author | Brujo Benavides <[email protected]> | 2015-06-19 09:51:19 -0300 |
---|---|---|
committer | Brujo Benavides <[email protected]> | 2015-06-19 09:51:19 -0300 |
commit | 6eb3dadebb573138b8b6f9a72f5fd9827241db30 (patch) | |
tree | 3c603d8d30f8ef12b85009e52e2aa3f06202463f | |
parent | 1b9e73c99561e0661862b10f3c5fd9dbb8cc1f0f (diff) | |
download | erlang.mk-6eb3dadebb573138b8b6f9a72f5fd9827241db30.tar.gz erlang.mk-6eb3dadebb573138b8b6f9a72f5fd9827241db30.tar.bz2 erlang.mk-6eb3dadebb573138b8b6f9a72f5fd9827241db30.zip |
elvis updated
-rw-r--r-- | plugins/elvis.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/elvis.mk b/plugins/elvis.mk index 580e2f5..64e2879 100644 --- a/plugins/elvis.mk +++ b/plugins/elvis.mk @@ -10,8 +10,8 @@ ELVIS_CONFIG ?= $(CURDIR)/elvis.config ELVIS ?= $(CURDIR)/elvis export ELVIS -ELVIS_URL ?= https://github.com/inaka/elvis/releases/download/0.2.3/elvis -ELVIS_CONFIG_URL ?= https://github.com/inaka/elvis/releases/download/0.2.3/elvis.config +ELVIS_URL ?= https://github.com/inaka/elvis/releases/download/0.2.5-beta2/elvis +ELVIS_CONFIG_URL ?= https://github.com/inaka/elvis/releases/download/0.2.5-beta2/elvis.config ELVIS_OPTS ?= # Core targets. |