Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2018-11-27 11:57:59 +0300
committerChristophe Romain <christophe.romain@process-one.net>2018-11-27 11:57:59 +0300
commitd3a9fbf62f1e505371a55629485d6c64e973733c (patch)
tree753090db712f834c63fc51fcd711496d575e68fb /mix.exs
parent94ef57721baade548ff85602d7f3cbe2eaff45d3 (diff)
Upgrade Elixir to 1.6.6 (#2653)
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 2e136884d..8f13482f0 100644
--- a/mix.exs
+++ b/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,