]> granicus.if.org Git - ejabberd/commitdiff
Move to latest Elixir version
authorMickael Remond <mremond@process-one.net>
Thu, 1 Dec 2016 14:44:52 +0000 (15:44 +0100)
committerMickael Remond <mremond@process-one.net>
Thu, 1 Dec 2016 14:44:52 +0000 (15:44 +0100)
mix.exs

diff --git a/mix.exs b/mix.exs
index ab64e628855d6387e2fae0e78da88eee64a313e1..d65818488c59434da9700e0780ab1f1616afaf27 100644 (file)
--- 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,