diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2017-01-29 14:51:03 +0100 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2017-01-29 14:51:03 +0100 |
commit | 326e8da06daed7755234debe2389f42e1e793cc3 (patch) | |
tree | 4328ea120676d7364d23705271741adcefc8de39 | |
parent | More changes that are required from p1_pam -> epam (diff) |
Use newer version of epam
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index f24b922d5..40621ef53 100644 --- a/rebar.config +++ b/rebar.config @@ -38,7 +38,7 @@ {if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", {tag, "1.1.5"}}}}, {if_var_true, pam, {epam, ".*", {git, "https://github.com/processone/epam", - {tag, "1.0.1"}}}}, + {tag, "1.0.2"}}}}, {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", |