mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Use upcoming version of ejabberd with Elixir 1.2
This commit is contained in:
parent
79853ad44f
commit
96b09c587d
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue