Skip to content

Commit

Permalink
Merge pull request #23 from inaka/elbrujohalcon.23.rename_wpool_dep
Browse files Browse the repository at this point in the history
Rename wpool dep
  • Loading branch information
Euen committed May 12, 2015
2 parents 469b672 + 3b0e6a4 commit 202160d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 202160d

Please sign in to comment.