Skip to content

Commit

Permalink
Relax Plug dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Jan 18, 2015
1 parent 4a5dd32 commit 8201122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Blaguth.Mixfile do

defp deps do
[{:cowboy, "~> 1.0", optional: true},
{:plug, "~> 0.9.0"}]
{:plug, "~> 0.8"}]
end

defp description,
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{"cowboy": {:hex, :cowboy, "1.0.0"},
"cowlib": {:hex, :cowlib, "1.0.1"},
"plug": {:hex, :plug, "0.9.0"},
"plug": {:hex, :plug, "0.10.0"},
"ranch": {:hex, :ranch, "1.0.0"}}

0 comments on commit 8201122

Please sign in to comment.