Skip to content

Instantly share code, notes, and snippets.

@ziazek
Last active May 29, 2017 10:21
Show Gist options
  • Save ziazek/5d0602785b0c255784a84ef17793d461 to your computer and use it in GitHub Desktop.
Save ziazek/5d0602785b0c255784a84ef17793d461 to your computer and use it in GitHub Desktop.
def application do
[...,
applications: [..., :edeliver]]
end
defp deps do
[
...
{:edeliver, "~> 1.4.2"},
{:distillery, "~> 1.4"}]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment