mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Upgrade Elixir to 1.6.6 (#2653)
This commit is contained in:
parent
94ef57721b
commit
d3a9fbf62f
2
mix.exs
2
mix.exs
@ -5,7 +5,7 @@ defmodule Ejabberd.Mixfile do
|
|||||||
[app: :ejabberd,
|
[app: :ejabberd,
|
||||||
version: "18.9.0",
|
version: "18.9.0",
|
||||||
description: description(),
|
description: description(),
|
||||||
elixir: "~> 1.4",
|
elixir: "~> 1.6",
|
||||||
elixirc_paths: ["lib"],
|
elixirc_paths: ["lib"],
|
||||||
compile_path: ".",
|
compile_path: ".",
|
||||||
compilers: [:asn1] ++ Mix.compilers,
|
compilers: [:asn1] ++ Mix.compilers,
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
{tag, {if_version_above, "19", "develop", "2.5.3"}}}}},
|
{tag, {if_version_above, "19", "develop", "2.5.3"}}}}},
|
||||||
%% Elixir support, needed to run tests
|
%% Elixir support, needed to run tests
|
||||||
{if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir",
|
{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
|
%% 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, ".*",
|
{if_not_rebar3, {if_var_true, elixir, {rebar_elixir_plugin, ".*",
|
||||||
{git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}}},
|
{git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}}},
|
||||||
|
Loading…
Reference in New Issue
Block a user