diff options
author | Badlop <badlop@process-one.net> | 2020-05-28 21:02:24 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2020-06-01 10:35:37 +0200 |
commit | 1d7e29765e4eae3a5d6e3d594dfb2e9b4f1bd8af (patch) | |
tree | 18ed4a884e02dd92d8779bb6c8fb483fd96b35a7 | |
parent | Use old http_uri, crypto and pg2 only with old Erlang/OTP (#3284) (diff) |
Update eimp, sqlite3 and epam to support Erlang/OTP 23 (#3282)
-rw-r--r-- | rebar.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config index efcea966f..a67773df6 100644 --- a/rebar.config +++ b/rebar.config @@ -32,7 +32,7 @@ {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.6"}}}, {pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.5"}}}, {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}}, - {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.14"}}}, + {eimp, ".*", {git, "https://github.com/processone/eimp", "7fe680d2"}}, {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.7"}}}, {p1_acme, ".*", {git, "https://github.com/processone/p1_acme.git", {tag, "1.0.5"}}}, {base64url, ".*", {git, "https://github.com/dvv/base64url.git", {tag, "v1.0"}}}, @@ -43,9 +43,9 @@ {if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql", {tag, "1.1.9"}}}}, {if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", - {tag, "1.1.6"}}}}, + "c3158534"}}}, {if_var_true, pam, {epam, ".*", {git, "https://github.com/processone/epam", - {tag, "1.0.7"}}}}, + "dc6e01da"}}}, {if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.7"}}}}, %% Elixir support, needed to run tests |