Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-03-23 15:27:58 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-03-23 15:27:58 +0300
commit92bc5dc85b14b83ad22de6527b649124df4fce9a (patch)
tree08eba80cb4284b8639a1352f3cf470bd93801068 /mix.exs
parentbaf2473688af351f58f8806ab8e8dcbdb607989e (diff)
Update mix deps
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 2e6141a7d..37f7a0b1d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -74,7 +74,7 @@ defmodule Ejabberd.Mixfile do
{:p1_oauth2, "~> 0.6.1"},
{:distillery, "~> 1.0"},
{:ex_doc, ">= 0.0.0", only: :dev},
- {:eimp, github: "processone/eimp", ref: "c7201d18"},
+ {:eimp, "~> 1.0"},
{:base64url, "~> 0.0.1"},
{:jose, "~> 1.8"},
{:fs, "~> 3.4"}]