mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Update Elixir dependency to latest p1_utils and cache_tab
This commit is contained in:
parent
a189655f31
commit
f933cae2d6
4
mix.exs
4
mix.exs
@ -32,8 +32,8 @@ defmodule Ejabberd.Mixfile do
|
|||||||
|
|
||||||
defp deps do
|
defp deps do
|
||||||
[{:lager, git: "https://github.com/basho/lager", tag: "3.0.2"},
|
[{:lager, git: "https://github.com/basho/lager", tag: "3.0.2"},
|
||||||
{:p1_utils, git: "https://github.com/processone/p1_utils", tag: "1.0.2"},
|
{:p1_utils, git: "https://github.com/processone/p1_utils", tag: "1.0.3"},
|
||||||
{:cache_tab, git: "https://github.com/processone/cache_tab", tag: "1.0.1"},
|
{:cache_tab, git: "https://github.com/processone/cache_tab", tag: "1.0.2"},
|
||||||
{:p1_tls, git: "https://github.com/processone/tls", tag: "1.0.0"},
|
{:p1_tls, git: "https://github.com/processone/tls", tag: "1.0.0"},
|
||||||
{:p1_stringprep, git: "https://github.com/processone/stringprep", tag: "1.0.0"},
|
{:p1_stringprep, git: "https://github.com/processone/stringprep", tag: "1.0.0"},
|
||||||
{:p1_xml, git: "https://github.com/processone/xml", tag: "1.1.1"},
|
{:p1_xml, git: "https://github.com/processone/xml", tag: "1.1.1"},
|
||||||
|
Loading…
Reference in New Issue
Block a user