Skip to content

Commit

Permalink
chore(deps): update dependency phoenix_live_reload to == 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 426c056 commit dc3fcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule Eblog.Mixfile do
{:phoenix_ecto, "== 3.6.0"},
{:postgrex, "== 0.16.5"},
{:phoenix_html, "== 2.14.3"},
{:phoenix_live_reload, "== 1.3.3", only: :dev},
{:phoenix_live_reload, "== 1.5.0", only: :dev},
{:gettext, "== 0.19.1"},
{:cowboy, "== 1.1.2"}]
end
Expand Down

0 comments on commit dc3fcab

Please sign in to comment.