summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pawel@process-one.net>2021-07-22 15:47:35 +0200
committerPaweł Chmielowski <pawel@process-one.net>2021-07-22 15:51:43 +0200
commitc96de092feb2c750a7a1661381f1aeb462656cd4 (patch)
tree343d1a07715819b1e102a58f1acb4d774cf65b50 /rebar.config
parentRemove leading zeros in ejabberd version number to satisfy Elixir SemVer (diff)
Revert "Add workaround so rebar2 can use Elixir 1.12.0"
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 ea81f72e..798e6350 100644
--- a/rebar.config
+++ b/rebar.config
@@ -24,7 +24,7 @@
{if_var_true, tools,
{ejabberd_po, ".*", {git, "https://github.com/processone/ejabberd-po", {branch, "main"}}}},
{if_var_true, elixir,
- {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {tag, "v1.12.0"}}}},
+ {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.12"}}}},
{if_var_true, redis,