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:
parent
94ef57721b
commit
d3a9fbf62f
2
mix.exs
2
mix.exs
@ -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,
|
||||
|
@ -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"}}}},
|
||||
|
Loading…
Reference in New Issue
Block a user