Skip to content

Commit cb8c6a7

Browse files
committedAug 28, 2015
Upgrade to Phoenix 1.0
1 parent 9108143 commit cb8c6a7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎apps/admin/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ defmodule EmporiumAdmin.Mixfile do
3030
#
3131
# Type `mix help deps` for examples and options
3232
defp deps do
33-
[{:phoenix, "~> 0.17"},
33+
[{:phoenix, "~> 1.0.0"},
3434
{:phoenix_html, "~> 2.1"},
3535
{:phoenix_live_reload, "~> 1.0", only: :dev},
3636
{:cowboy, "~> 1.0"},

‎apps/api/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmodule EmporiumApi.Mixfile do
3131
#
3232
# Type `mix help deps` for examples and options
3333
defp deps do
34-
[{:phoenix, "~> 0.17"},
34+
[{:phoenix, "~> 1.0.0"},
3535
{:phoenix_ecto, "~> 1.1"},
3636
{:postgrex, "~> 0.9.1"},
3737
{:phoenix_live_reload, "~> 1.0", only: :dev},

‎mix.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
%{"cowboy": {:hex, :cowboy, "1.0.2"},
22
"cowlib": {:hex, :cowlib, "1.0.1"},
33
"decimal": {:hex, :decimal, "1.1.0"},
4-
"ecto": {:hex, :ecto, "0.16.0"},
4+
"ecto": {:hex, :ecto, "1.0.0"},
55
"fs": {:hex, :fs, "0.9.2"},
66
"hackney": {:hex, :hackney, "1.3.1"},
77
"httpoison": {:hex, :httpoison, "0.7.2"},
88
"idna": {:hex, :idna, "1.0.2"},
9-
"phoenix": {:hex, :phoenix, "0.17.0"},
9+
"phoenix": {:hex, :phoenix, "1.0.0"},
1010
"phoenix_ecto": {:hex, :phoenix_ecto, "1.1.0"},
1111
"phoenix_html": {:hex, :phoenix_html, "2.1.2"},
1212
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.0"},
1313
"plug": {:hex, :plug, "1.0.0"},
14-
"poison": {:hex, :poison, "1.4.0"},
14+
"poison": {:hex, :poison, "1.5.0"},
1515
"poolboy": {:hex, :poolboy, "1.5.1"},
1616
"postgrex": {:hex, :postgrex, "0.9.1"},
1717
"ranch": {:hex, :ranch, "1.1.0"},

0 commit comments

Comments
 (0)
Please sign in to comment.