Skip to content

Commit 4bf1ceb

Browse files
chore(deps): update dependency phoenix_live_reload to == 1.5.1
1 parent 426c056 commit 4bf1ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule Eblog.Mixfile do
3535
{:phoenix_ecto, "== 3.6.0"},
3636
{:postgrex, "== 0.16.5"},
3737
{:phoenix_html, "== 2.14.3"},
38-
{:phoenix_live_reload, "== 1.3.3", only: :dev},
38+
{:phoenix_live_reload, "== 1.5.1", only: :dev},
3939
{:gettext, "== 0.19.1"},
4040
{:cowboy, "== 1.1.2"}]
4141
end

0 commit comments

Comments
 (0)