Use upcoming version of ejabberd with Elixir 1.2

This commit is contained in:
Mickael Remond 2016-03-02 13:35:35 +01:00
parent 79853ad44f
commit 96b09c587d
1 changed files with 1 additions and 1 deletions

View File

@ -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,