6
mix.exs
6
mix.exs
@@ -26,7 +26,7 @@ defmodule Eventos.Mixfile do
|
||||
def application do
|
||||
[
|
||||
mod: {Eventos.Application, []},
|
||||
extra_applications: [:logger, :runtime_tools, :guardian]
|
||||
extra_applications: [:logger, :runtime_tools, :guardian, :bamboo]
|
||||
]
|
||||
end
|
||||
|
||||
@@ -66,7 +66,9 @@ defmodule Eventos.Mixfile do
|
||||
{:ex_crypto, "~> 0.9.0"},
|
||||
{:http_sign, "~> 0.1.1"},
|
||||
{:ecto_enum, "~> 1.0"},
|
||||
{:ex_ical, github: "tcitworld/ex_ical", branch: "usable"},
|
||||
{:ex_ical, github: "fazibear/ex_ical"},
|
||||
{:bamboo, "~> 1.0"},
|
||||
{:bamboo_smtp, "~> 1.5.0"},
|
||||
# Dev and test dependencies
|
||||
{:phoenix_live_reload, "~> 1.0", only: :dev},
|
||||
{:ex_machina, "~> 2.1", only: :test},
|
||||
|
||||
Reference in New Issue
Block a user