diff options
author | Badlop <badlop@process-one.net> | 2020-07-23 18:26:00 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2020-07-28 11:28:04 +0200 |
commit | 2bcd2c38a9824e6fd87615890658da8211ed55f9 (patch) | |
tree | 0fa310d954d72431f31bb1f317e442af3510e320 | |
parent | Elixir was required for quicktest, that was removed in 2018 51cbbf313 (diff) |
No need to check for Erlang 17, as 19 is the lowest supported anyway
This rollsback the conditional introduced years ago in c2753cd51c8ca
-rw-r--r-- | rebar.config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index 6711cbfd..25c29447 100644 --- a/rebar.config +++ b/rebar.config @@ -22,8 +22,7 @@ {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.24"}}}, {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.16"}}}, {if_var_true, elixir, - {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", - {tag, {if_version_above, "17", "v1.4.4", "v1.1.1"}}}}}, + {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {tag, "v1.4.4"}}}}, {if_var_true, pam, {epam, ".*", {git, "https://github.com/processone/epam", {tag, "1.0.8"}}}}, {if_var_true, redis, |