Skip to content

Commit 4ef9d70

Browse files
committed
Merge pull request #5 from YellowApple/patch-1
Loosen and update deps
2 parents 74391f2 + c27ef1c commit 4ef9d70

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

mix.exs

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ defmodule HttpRouter.Mixfile do
1919
end
2020

2121
defp deps do
22-
[ { :cowboy, "~> 1.0.2" },
23-
{ :plug, "~> 0.14.0" },
24-
{ :poison, "~> 1.4.0" },
25-
{ :xml_builder, "~> 0.0.6" },
26-
{ :earmark, "~> 0.1.17", only: :docs },
27-
{ :ex_doc, "~> 0.7.3", only: :docs },
28-
{ :inch_ex, "~> 0.3.3", only: :docs },
29-
{ :excoveralls, "~> 0.3.11", only: :test },
30-
{ :dialyze, "~> 0.2.0", only: :test } ]
22+
[ { :cowboy, "~> 1.0" },
23+
{ :plug, "~> 1.0" },
24+
{ :poison, "~> 1.4" },
25+
{ :xml_builder, "~> 0.0" },
26+
{ :earmark, "~> 0.1", only: :docs },
27+
{ :ex_doc, "~> 0.7", only: :docs },
28+
{ :inch_ex, "~> 0.3", only: :docs },
29+
{ :excoveralls, "~> 0.3", only: :test },
30+
{ :dialyze, "~> 0.2", only: :test } ]
3131
end
3232

3333
defp description do

0 commit comments

Comments
 (0)