summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2017-01-29 14:16:35 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2017-01-29 14:26:46 +0100
commit5c1168c33fe196b377cc56c86946e8cee86ee39b (patch)
tree739ef0508c91e2a4027c75abf756d0b2746e8623 /rebar.config
parentFloating deps should always be executed (diff)
Change name of pam dep from p1_pam to epam
We need to use same name as .app file or rebar complains
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index f824f620..95c2c7aa 100644
--- a/rebar.config
+++ b/rebar.config
@@ -37,8 +37,8 @@
{tag, "1.1.2"}}}},
{if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3",
{tag, "1.1.5"}}}},
- {if_var_true, pam, {p1_pam, ".*", {git, "https://github.com/processone/epam",
- {tag, "1.0.0"}}}},
+ {if_var_true, pam, {epam, ".*", {git, "https://github.com/processone/epam",
+ {tag, "1.0.1"}}}},
{if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib",
{tag, "1.0.2"}}}},
{if_var_true, riak, {riakc, ".*", {git, "https://github.com/basho/riak-erlang-client",