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:
authorMickael Remond <mremond@process-one.net>2016-12-01 17:44:52 +0300
committerMickael Remond <mremond@process-one.net>2016-12-01 17:44:52 +0300
commit732eecac43416bc726380f74652c36f0ecfc2941 (patch)
tree2db2d9fa4cce0b39d41cd4ef8377218744234f6f /mix.exs
parenta3c134c43b1b93235881c54538ad3e97b0d8e712 (diff)
Move to latest Elixir version
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 ab64e6288..d65818488 100644
--- a/mix.exs
+++ b/mix.exs
@@ -5,7 +5,7 @@ defmodule Ejabberd.Mixfile do
[app: :ejabberd,
version: "16.11.0",
description: description,
- elixir: "~> 1.2",
+ elixir: "~> 1.3",
elixirc_paths: ["lib"],
compile_path: ".",
compilers: [:asn1] ++ Mix.compilers,