diff options
author | Mickael Remond <mremond@process-one.net> | 2016-03-16 09:01:40 +0100 |
---|---|---|
committer | Mickael Remond <mremond@process-one.net> | 2016-03-16 09:01:40 +0100 |
commit | 74053b114e6145c8dce4110a15a801a4ba9a0257 (patch) | |
tree | b7c072984a114f01d1071afc80fcac9c6bab2ed8 | |
parent | Update OTP release to use and drop release 17.1 (diff) |
When building Elixir inside ejabberd, rely on version 1.1 for Erlang R17 compliance
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 865517c98..1f064dd5e 100644 --- a/rebar.config +++ b/rebar.config @@ -36,7 +36,7 @@ {if_var_true, riak, {riakc, ".*", {git, "https://github.com/basho/riak-erlang-client", "527722d12d0433b837cdb92a60900c2cb5df8942"}}}, {if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", - {tag, "v1.2.3"}}}}, + {tag, "v1.1.1"}}}}, %% TODO: When modules are fully migrated to new structure and mix, we will not need anymore rebar_elixir_plugin {if_var_true, elixir, {rebar_elixir_plugin, ".*", {git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}}, |