]> granicus.if.org Git - ejabberd/commitdiff
When building Elixir inside ejabberd, rely on version 1.1 for Erlang R17 compliance
authorMickael Remond <mremond@process-one.net>
Wed, 16 Mar 2016 08:01:40 +0000 (09:01 +0100)
committerMickael Remond <mremond@process-one.net>
Wed, 16 Mar 2016 08:01:40 +0000 (09:01 +0100)
rebar.config

index 865517c989128711e2257ab86de735192285b1cb..1f064dd5ea8f4c1e68f63ec3382f83b1fa19422e 100644 (file)
@@ -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"}}},