From a15c4c9628c119ccf497c36fb03e4e344dbe9d56 Mon Sep 17 00:00:00 2001 From: Alex Koutmos Date: Thu, 20 Jun 2019 21:34:04 -0400 Subject: [PATCH] Code for step 4 --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8c8d70d..b6bdab7 100644 --- a/mix.exs +++ b/mix.exs @@ -38,7 +38,8 @@ defmodule DockerElixir19Release.MixProject do {:phoenix_live_reload, "~> 1.2", only: :dev}, {:gettext, "~> 0.11"}, {:jason, "~> 1.0"}, - {:plug_cowboy, "~> 2.0"} + {:plug_cowboy, "~> 2.0"}, + {:observer_cli, "~> 1.5"} ] end end