Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo authored Sep 21, 2016
1 parent bd66311 commit 54099f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions make/deps.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DEPS = lager eiconv gen_smtp amqp_client cowboy jesse jiffy certifi couchbeam wsock zucchini \
erlsom erlydtl exml escalus folsom detergent erlang_localtime \
nklib gproc poolboy syslog lager_syslog eflame hep ecsv reloader \
proper recon getopt fs_sync eunit inet_cidr
nklib gproc poolboy syslog lager_syslog eflame hep ecsv \
proper recon getopt eunit inet_cidr

BUILD_DEPS = parse_trans

Expand Down Expand Up @@ -31,7 +31,7 @@ dep_couchbeam = git https://github.com/lazedo/couchbeam bde6256afc1e9048c53db9b5
dep_jesse = git https://github.com/lazedo/jesse 1.4.1

dep_lager = git https://github.com/basho/lager 3.2.1
dep_fs_sync = git https://github.com/jamhed/fs_sync
## dep_fs_sync = git https://github.com/jamhed/fs_sync
dep_inet_cidr = git https://github.com/benoitc/inet_cidr.git
### PR opened upstream ###
dep_erlang_localtime = git https://github.com/lazedo/erlang_localtime 0bb26016380cd7df5d30aa0ef284ae252b5bae31
Expand All @@ -41,7 +41,7 @@ dep_hep = git https://github.com/lazedo/hep 1.5.4
dep_ecsv = git https://github.com/lazedo/ecsv ecsv-1

### for scripts/dev-start-*.sh
dep_reloader = git https://github.com/oinksoft/reloader
### dep_reloader = git https://github.com/oinksoft/reloader

### build
dep_parse_trans = git https://github.com/lazedo/parse_trans

0 comments on commit 54099f4

Please sign in to comment.