24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Move to latest Elixir version

This commit is contained in:
Mickael Remond 2016-12-01 15:44:52 +01:00
parent a3c134c43b
commit 732eecac43
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

View File

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