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:
authorMickael Remond <mremond@process-one.net>2016-08-07 19:28:14 +0300
committerMickael Remond <mremond@process-one.net>2016-08-07 19:28:14 +0300
commit9c6ee60f1a08be64d25497fd79e688e46395fe2c (patch)
tree024d961e4a0fd25eeb01d0b1863c6290c8277ee9 /mix.exs
parentefc744092b08c38aaa9952d7763f15979f436837 (diff)
Update moka dependency
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 7453ea473..2c83a319b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -63,7 +63,7 @@ defmodule Ejabberd.Mixfile do
# version 3.20:
{:relx, "~> 3.19.0", only: :dev},
{:meck, "~> 0.8.4", only: :test},
- {:moka, github: "processone/moka", tag: "1.0.5b", only: :test}]
+ {:moka, github: "processone/moka", tag: "1.0.5c", only: :test}]
end
defp package do