Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Code for step 4
  • Loading branch information
akoutmos committed Jun 21, 2019
1 parent a0be6aa commit a15c4c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Expand Up @@ -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

0 comments on commit a15c4c9

Please sign in to comment.