From 49b26be43e33e5767e8c61c5ccfd55d03fb771fb Mon Sep 17 00:00:00 2001 From: Thurloat Date: Mon, 10 Sep 2018 23:07:18 -0300 Subject: [PATCH] add distillery for releases --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c3448c3..a57261f 100644 --- a/mix.exs +++ b/mix.exs @@ -25,7 +25,8 @@ defmodule Dough.MixProject do {:cowboy, "~> 2.4.0"}, {:plug, "~> 1.5"}, {:dns, "~> 2.1.0"}, - {:cachex, "~> 3.0.3"} + {:cachex, "~> 3.0.3"}, + {:distillery, "~> 2.0"} ] end end