We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0be6aa commit a15c4c9Copy full SHA for a15c4c9
1 file changed
mix.exs
@@ -38,7 +38,8 @@ defmodule DockerElixir19Release.MixProject do
38
{:phoenix_live_reload, "~> 1.2", only: :dev},
39
{:gettext, "~> 0.11"},
40
{:jason, "~> 1.0"},
41
- {:plug_cowboy, "~> 2.0"}
+ {:plug_cowboy, "~> 2.0"},
42
+ {:observer_cli, "~> 1.5"}
43
]
44
end
45
0 commit comments