25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Upgrade Elixir to 1.6.6 (#2653)

This commit is contained in:
Christophe Romain 2018-11-27 09:57:59 +01:00
parent 94ef57721b
commit d3a9fbf62f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ defmodule Ejabberd.Mixfile do
[app: :ejabberd,
version: "18.9.0",
description: description(),
elixir: "~> 1.4",
elixir: "~> 1.6",
elixirc_paths: ["lib"],
compile_path: ".",
compilers: [:asn1] ++ Mix.compilers,

View File

@ -47,7 +47,7 @@
{tag, {if_version_above, "19", "develop", "2.5.3"}}}}},
%% 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"}}}}},
{tag, "v1.6.6"}}}},
%% TODO: When modules are fully migrated to new structure and mix, we will not need anymore rebar_elixir_plugin
{if_not_rebar3, {if_var_true, elixir, {rebar_elixir_plugin, ".*",
{git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}}},