Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajsoni19 committed Sep 10, 2020
1 parent 985205f commit e3a51a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
PROJECT = fcm
PROJECT_VERSION = $(shell head -n 1 relx.config | awk '{split($$0, a, "\""); print a[2]}')

app:: rebar.config

DEPS = lager jsx google_oauth

dep_lager = git https://github.com/erlang-lager/lager 3.8.0
dep_lager = git https://github.com/erlang-lager/lager 3.8.1
dep_jsx = git https://github.com/talentdeficit/jsx.git v3.0.0
dep_google_oauth = git https://github.com/pankajsoni19/google_oauth_erlang.git 1.0.0

Expand Down
4 changes: 4 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{deps, [
{lager,".*",{git,"https://github.com/erlang-lager/lager","3.8.1"}},{jsx,".*",{git,"https://github.com/talentdeficit/jsx.git","v3.0.0"}},{google_oauth,".*",{git,"https://github.com/pankajsoni19/google_oauth_erlang.git","1.0.0"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,{parse_transform,lager_transform}]}.

0 comments on commit e3a51a0

Please sign in to comment.