aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-12-01 15:44:52 +0100
committerMickael Remond <mremond@process-one.net>2016-12-01 15:44:52 +0100
commit732eecac43416bc726380f74652c36f0ecfc2941 (patch)
tree2db2d9fa4cce0b39d41cd4ef8377218744234f6f /mix.exs
parentWe can now use dependencies published in hex.pm (diff)
Move to latest Elixir version
Diffstat (limited to '')
-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,