Skip to content

Commit

Permalink
Allow usage with file_system 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Apr 7, 2024
1 parent 55aa0db commit 757eb93
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 @@ -29,7 +29,7 @@ defmodule ExSync.Mixfile do
defp deps do
[
{:ex_doc, "~> 0.14", only: :docs},
{:file_system, "~> 0.2"}
{:file_system, "~> 1.0 or ~> 0.2"}
]
end

Expand Down

0 comments on commit 757eb93

Please sign in to comment.