Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 10, 2023
1 parent e8a8d80 commit 13d89ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -42,7 +42,7 @@ defmodule PhoenixLiveReload.Mixfile do
[
{:phoenix, "~> 1.4"},
{:ex_doc, "~> 0.19", only: :docs},
{:file_system, "~> 0.2.1 or ~> 0.3"},
{:file_system, "~> 0.3 or ~> 1.0"},
{:jason, "~> 1.0", only: :test}
]
end
Expand Down

0 comments on commit 13d89ca

Please sign in to comment.