Skip to content

Commit

Permalink
update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
smpallen99 committed Apr 24, 2016
1 parent 6481cb5 commit b05e9ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ defmodule ExAdmin.Mixfile do
defp deps do
[
{:decimal, "~> 1.0"},
{:phoenix, "~> 1.1.2", override: true},
{:ecto, "~> 1.1", override: true },
{:phoenix, "~> 1.1"},
{:ecto, "~> 1.1"},
{:phoenix_ecto, "~> 2.0"},
{:cowboy, "~> 1.0"},
{:phoenix_html, "~> 2.3", override: true},
{:phoenix_html, "~> 2.5"},
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:factory_girl_elixir, "~> 0.1.1"},
{:pavlov, "~> 0.1.2", only: :test},
Expand Down

0 comments on commit b05e9ad

Please sign in to comment.