summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 28fcb988..6711cbfd 100644
--- a/rebar.config
+++ b/rebar.config
@@ -21,7 +21,7 @@
{deps, [{base64url, ".*", {git, "https://github.com/dvv/base64url.git", {tag, "v1.0"}}},
{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 support, needed to run tests
+ {if_var_true, elixir,
{elixir, ".*", {git, "https://github.com/elixir-lang/elixir",
{tag, {if_version_above, "17", "v1.4.4", "v1.1.1"}}}}},
{if_var_true, pam,