From 96b09c587d871f18883e8c5d0700fbff8178800d Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 2 Mar 2016 13:35:35 +0100 Subject: [PATCH] Use upcoming version of ejabberd with Elixir 1.2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index f03dfdd54..9419592c7 100644 --- 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,