Innopolis University DevOps Playground
Skip to content
Snippets Groups Projects
Commit f933cae2 authored by Mickael Remond's avatar Mickael Remond
Browse files

Update Elixir dependency to latest p1_utils and cache_tab

parent a189655f
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ defmodule Ejabberd.Mixfile do
defp deps do
[{:lager, git: "https://github.com/basho/lager", tag: "3.0.2"},
{:p1_utils, git: "https://github.com/processone/p1_utils", tag: "1.0.2"},
{:cache_tab, git: "https://github.com/processone/cache_tab", tag: "1.0.1"},
{: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.2"},
{: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_xml, git: "https://github.com/processone/xml", tag: "1.1.1"},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment