Skip to content

Commit

Permalink
Upgdate mix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum Barratt committed Feb 1, 2016
1 parent eef1d9a commit 0a29170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule Callumapi.Mixfile do
[
{:phoenix, "~> 1.1.4"},
{:phoenix_ecto, "~> 2.0.0"},
{:phoenix_html, "~> 2.4.0"},
{:phoenix_html, "~> 2.5.0"},
{:postgrex, "~> 0.11"},
{:cowboy, "~> 1.0"},
{:httpoison, "~> 0.7"},
Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"cowboy": {:hex, :cowboy, "1.0.4"},
"cowlib": {:hex, :cowlib, "1.0.2"},
"credo": {:hex, :credo, "0.3.0-dev2"},
"db_connection": {:hex, :db_connection, "0.2.1"},
"db_connection": {:hex, :db_connection, "0.2.3"},
"decimal": {:hex, :decimal, "1.1.1"},
"ecto": {:hex, :ecto, "1.1.3"},
"ex_machina": {:hex, :ex_machina, "0.6.1"},
Expand All @@ -20,7 +20,7 @@
"mimerl": {:hex, :mimerl, "1.0.2"},
"phoenix": {:hex, :phoenix, "1.1.4"},
"phoenix_ecto": {:hex, :phoenix_ecto, "2.0.1"},
"phoenix_html": {:hex, :phoenix_html, "2.4.0"},
"phoenix_html": {:hex, :phoenix_html, "2.5.0"},
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.3"},
"plug": {:hex, :plug, "1.1.0"},
"poison": {:hex, :poison, "1.5.2"},
Expand Down

0 comments on commit 0a29170

Please sign in to comment.