From 2bcd2c38a9824e6fd87615890658da8211ed55f9 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 23 Jul 2020 18:26:00 +0200 Subject: [PATCH] No need to check for Erlang 17, as 19 is the lowest supported anyway This rollsback the conditional introduced years ago in c2753cd51c8ca --- rebar.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 6711cbfd5..25c29447a 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,