aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-03-02 13:35:35 +0100
committerMickael Remond <mremond@process-one.net>2016-03-02 13:35:35 +0100
commit96b09c587d871f18883e8c5d0700fbff8178800d (patch)
treeb609255a976eb0077544530f278694bd04d47b7b /mix.exs
parentMissed a few calls in previous commits (diff)
Use upcoming version of ejabberd with Elixir 1.2
Diffstat (limited to '')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
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,