Skip to content

Commit

Permalink
Fix dependency error on latest plug package
Browse files Browse the repository at this point in the history
  • Loading branch information
teodor-pripoae committed Aug 3, 2014
1 parent 8d0a27b commit 5e7abfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule Weber.Mixfile do

defp deps(:prod) do
[
{:cowboy, github: "extend/cowboy" },
{:cowboy, "~> 1.0.0" },
{:jsex, github: "talentdeficit/jsex"},
{:plug, "~> 0.5.0"},
{:exlager, github: "khia/exlager"},
Expand Down

0 comments on commit 5e7abfd

Please sign in to comment.