Skip to content

Commit 2807231

Browse files
author
Malte Rohde
authored
Fix file_system dependency (#160)
1 parent c6dea19 commit 2807231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ defmodule PhoenixLiveReload.Mixfile do
4444
{:ex_doc, "~> 0.29", only: :docs},
4545
{:makeup_eex, ">= 0.1.1", only: :docs},
4646
{:makeup_diff, "~> 0.1", only: :docs},
47-
{:file_system, "~> 0.3 or ~> 1.0"},
47+
{:file_system, "~> 0.2.10 or ~> 1.0"},
4848
{:jason, "~> 1.0", only: :test}
4949
]
5050
end

0 commit comments

Comments
 (0)