Checkpoint commit - blips show up as a sidebar now instead of at the bottom
[tech-radar-editor.git] / mix.exs
diff --git a/mix.exs b/mix.exs
index 3fc2fd7..3d89f8c 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -37,7 +37,8 @@ defmodule TechRadarEditor.Mixfile do
      {:phoenix_html, "~> 2.6"},
      {:phoenix_live_reload, "~> 1.0", only: :dev},
      {:gettext, "~> 0.11"},
-     {:cowboy, "~> 1.0"}]
+     {:cowboy, "~> 1.0"},
+     {:distillery, "~> 1.0"}]
   end
 
   # Aliases are shortcuts or tasks specific to the current project.