Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Apr 10, 2017
1 parent cb9bed2 commit 592bcbc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ defmodule PhoenixOauth2Provider.Mixfile do
{:gettext, "~> 0.13"},
{:phoenix, "~> 1.3.0-rc"},

{:phoenix_ecto, "~> 3.2", only: :test},
{:phoenix_html, "~> 2.6", only: :test},

{:phoenix_ecto, "~> 3.2", only: [:test, :dev]},
{:phoenix_html, "~> 2.6", only: [:test, :dev]},
{:ex_machina, "~> 1.0", only: :test},
{:postgrex, ">= 0.11.1", only: :test},
{:credo, "~> 0.7", only: [:dev, :test]},
Expand Down

0 comments on commit 592bcbc

Please sign in to comment.