From ea08a4eeb93c1193c91d996d283ef73c63923260 Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Sun, 25 Feb 2018 12:06:08 +0200 Subject: [PATCH] Distillery should not be included at runtime --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7017dda..b3d0dfb 100644 --- a/mix.exs +++ b/mix.exs @@ -23,7 +23,7 @@ defmodule GitLabPushTriggerer.MixProject do defp deps do [ {:plug, "~> 1.4.5"}, - {:distillery, "~> 1.5"}, + {:distillery, "~> 1.5", runtime: false}, {:cowboy, "~> 1.1"}, {:jason, "~> 1.0.0"} ]