Skip to content

Instantly share code, notes, and snippets.

@jmerriweather
Created November 8, 2016 11:10
Show Gist options
  • Save jmerriweather/22d9ab7061029077b8460172287974da to your computer and use it in GitHub Desktop.
Save jmerriweather/22d9ab7061029077b8460172287974da to your computer and use it in GitHub Desktop.
diff --git a/mix.exs b/mix.exs
index 683ee39..ffe337d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -33,6 +33,7 @@ defmodule BlogpostAmnesia.Mixfile do
{:phoenix_html, "~> 2.6"},
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:gettext, "~> 0.11"},
- {:cowboy, "~> 1.0"}]
+ {:cowboy, "~> 1.0"},
+ {:amnesia, "~> 0.2.5"}]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment