summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2020-07-23 16:30:15 +0200
committerBadlop <badlop@process-one.net>2020-07-28 11:26:41 +0200
commit042cddb76895473dcdf9074d05e7737b46957943 (patch)
tree22305c419bd4d4a2c03436e9ea51032b6969d5e3 /rebar.config
parentUpdate Stun to 1.0.36, and Esip too (diff)
Elixir was required for quicktest, that was removed in 2018 51cbbf313
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,