Skip to content

Commit

Permalink
Update ex_doc and ejabberd
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Oct 13, 2015
1 parent 25d5675 commit 6319c7d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ defmodule Hedwig.Mixfile do
{:gproc, "~> 0.3"},

# Test dependencies
{:ejabberd, github: "processone/ejabberd", tag: "15.07", only: [:test, :dev]},
{:ejabberd, github: "processone/ejabberd", tag: "15.09", only: [:test, :dev]},
{:excoveralls, "~> 0.3", only: :test},

# Docs dependencies
# Dev dependencies
{:earmark, "~> 0.1", only: :dev},
{:ex_doc, "~> 0.8", only: :dev}]
{:ex_doc, "~> 0.10", only: :dev}]
end

defp package do
Expand Down
16 changes: 12 additions & 4 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
%{"earmark": {:hex, :earmark, "0.1.17"},
%{"bbmustache": {:hex, :bbmustache, "1.0.3"},
"conform": {:hex, :conform, "0.17.0"},
"earmark": {:hex, :earmark, "0.1.17"},
"ehyperloglog": {:git, "https://github.com/vaxelfel/eHyperLogLog", "efd14f262c663cde76d8ed48007826dabe9aca41", []},
"ejabberd": {:git, "git://github.com/processone/ejabberd.git", "0dbedb69a6a6a82e364b2595cc14eb64e6a13bb7", [tag: "15.07"]},
"ejabberd": {:git, "https://github.com/processone/ejabberd.git", "df39fec5d0d99327a55bab7c18ada148a382937c", [tag: "15.09"]},
"eredis": {:git, "https://github.com/wooga/eredis", "770f828918db710d0c0958c6df63e90a4d341ed7", []},
"erlware_commons": {:hex, :erlware_commons, "0.15.0"},
"esip": {:git, "https://github.com/processone/p1_sip", "d662d3fe7f6288b444ea321d854de0bd6d40e022", []},
"ex_doc": {:hex, :ex_doc, "0.8.4"},
"ex_doc": {:hex, :ex_doc, "0.10.0"},
"excoveralls": {:hex, :excoveralls, "0.3.11"},
"exjsx": {:hex, :exjsx, "3.2.0"},
"exml": {:git, "git://github.com/paulgray/exml.git", "8170a55b9582a6f6cca81843047984307dbddd10", []},
"exml": {:git, "https://github.com/paulgray/exml.git", "8170a55b9582a6f6cca81843047984307dbddd10", []},
"exrm": {:hex, :exrm, "0.19.8"},
"getopt": {:hex, :getopt, "0.8.2"},
"gproc": {:hex, :gproc, "0.3.1"},
"hackney": {:hex, :hackney, "1.3.1"},
"idna": {:hex, :idna, "1.0.2"},
"jsx": {:hex, :jsx, "2.6.2"},
"neotoma": {:hex, :neotoma, "1.7.3"},
"p1_cache_tab": {:git, "https://github.com/processone/cache_tab", "f7ea12b0ba962a3d2f9a406d2954cf7de4e27230", []},
"p1_iconv": {:git, "https://github.com/processone/eiconv", "8b7542b1aaf0a851f335e464956956985af6d9a2", []},
"p1_logger": {:git, "https://github.com/processone/p1_logger", "3e19507fd5606a73694917158767ecb3f5704e3f", []},
Expand All @@ -23,4 +29,6 @@
"p1_xml": {:git, "https://github.com/processone/xml", "7ff90b7a06ee842543bcb47564e8f0e3d3119efd", []},
"p1_yaml": {:git, "https://github.com/processone/p1_yaml", "e1f081e1bbf34c35fc60c1b988d62a07fbead3e8", []},
"p1_zlib": {:git, "https://github.com/processone/zlib", "e3d4222b7aae616d7ef2e7e2fa0bbf451516c602", []},
"providers": {:hex, :providers, "1.4.1"},
"relx": {:hex, :relx, "3.5.0"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"}}

0 comments on commit 6319c7d

Please sign in to comment.