X-Git-Url: https://pwan.org/git/?p=tech-radar-editor.git;a=blobdiff_plain;f=mix.exs;h=3d89f8c0704d78e2a5498c9d43b0fe81649a4824;hp=3fc2fd74f47d9331408e48a2c8bb5948f576812f;hb=HEAD;hpb=2a6f9c8445c400330baa2c550d8d6755bd0a542e diff --git a/mix.exs b/mix.exs index 3fc2fd7..3d89f8c 100644 --- 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.