projects
/
ejabberd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79853ad
)
Use upcoming version of ejabberd with Elixir 1.2
author
Mickael Remond
<mremond@process-one.net>
Wed, 2 Mar 2016 12:35:35 +0000
(13:35 +0100)
committer
Mickael Remond
<mremond@process-one.net>
Wed, 2 Mar 2016 12:35:35 +0000
(13:35 +0100)
mix.exs
patch
|
blob
|
history
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,