Skip to content

Commit a15c4c9

Browse files
committed
Code for step 4
1 parent a0be6aa commit a15c4c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ defmodule DockerElixir19Release.MixProject do
3838
{:phoenix_live_reload, "~> 1.2", only: :dev},
3939
{:gettext, "~> 0.11"},
4040
{:jason, "~> 1.0"},
41-
{:plug_cowboy, "~> 2.0"}
41+
{:plug_cowboy, "~> 2.0"},
42+
{:observer_cli, "~> 1.5"}
4243
]
4344
end
4445
end

0 commit comments

Comments
 (0)