Use upcoming version of ejabberd with Elixir 1.2
authorMickael Remond <mremond@process-one.net>
Wed, 2 Mar 2016 12:35:35 +0000 (13:35 +0100)
committerMickael Remond <mremond@process-one.net>
Wed, 2 Mar 2016 12:35:35 +0000 (13:35 +0100)
mix.exs

diff --git a/mix.exs b/mix.exs
index f03dfdd5458618e62557caf94af41e703131e979..9419592c73b44c3b75296e332311636cf3561fe9 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -5,7 +5,7 @@ defmodule Ejabberd.Mixfile do
     [app: :ejabberd,
      version: "16.02.0",
      description: description,
-     elixir: "~> 1.1",
+     elixir: "~> 1.2",
      elixirc_paths: ["lib"],
      compile_path: ".",
      compilers: [:asn1] ++ Mix.compilers,