Skip to content

Commit

Permalink
Forgot UUID package
Browse files Browse the repository at this point in the history
  • Loading branch information
rpless committed Dec 9, 2015
1 parent 3b29b04 commit 972c9d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule PhoenixDdd.Mixfile do
def application do
[mod: {PhoenixDdd, []},
applications: [:phoenix, :phoenix_html, :cowboy, :logger,
:ecto, :postgrex]]
:ecto, :postgrex, :uuid]]
end

# Specifies which paths to compile per environment.
Expand All @@ -33,6 +33,7 @@ defmodule PhoenixDdd.Mixfile do
[{:phoenix, "~> 1.0.4"},
{:ecto, "~> 1.0"},
{:postgrex, ">= 0.0.0"},
{:uuid, "~> 1.0.1"},
{:phoenix_html, "~> 2.1"},
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:cowboy, "~> 1.0"}]
Expand Down
3 changes: 2 additions & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
"poison": {:hex, :poison, "1.5.0"},
"poolboy": {:hex, :poolboy, "1.5.1"},
"postgrex": {:hex, :postgrex, "0.9.1"},
"ranch": {:hex, :ranch, "1.2.0"}}
"ranch": {:hex, :ranch, "1.2.0"},
"uuid": {:hex, :uuid, "1.0.1"}}

0 comments on commit 972c9d9

Please sign in to comment.