From 3b0e6a4267ce1bf3ca8f72bf9d7f7c3ea1615ba9 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Tue, 12 May 2015 11:02:32 -0300 Subject: [PATCH] [#23] update dep name --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1766c9e..e3979d6 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ PROJECT = tirerl -DEPS = lager sync jiffy shotgun wpool +DEPS = lager sync jiffy shotgun worker_pool dep_lager = git https://github.com/basho/lager.git 2.1.1 dep_sync = git git://github.com/inaka/sync.git 0.1.3 dep_jiffy = git https://github.com/davisp/jiffy.git 0.13.3 dep_shotgun = git https://github.com/inaka/shotgun.git 0.1.8 -dep_wpool = git https://github.com/inaka/worker_pool 1.0.2 +dep_worker_pool = git https://github.com/inaka/worker_pool 1.0.2 DIALYZER_DIRS := ebin/ DIALYZER_OPTS := --verbose --statistics -Wrace_conditions