Skip to content

Commit

Permalink
Merge pull request #5 from EricSchank/patch-1
Browse files Browse the repository at this point in the history
Update mix.exs
  • Loading branch information
msawka authored Jul 28, 2016
2 parents fdf1c4b + 583d4c8 commit 7c94121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ defmodule SwaggerDoc.Mixfile do
# Type `mix help deps` for more examples and options
defp deps do
[
{:phoenix, "~> 1.0.0"},
{:ecto, "~> 1.0.0"},
{:phoenix, ">= 1.0.0"},
{:ecto, ">= 1.0.0"},
{:poison, "~> 1.5.0"},
{:ex_doc, "~> 0.8.4", only: :docs},
{:earmark, "~> 0.1.17", only: :docs},
Expand Down

0 comments on commit 7c94121

Please sign in to comment.