Skip to content

Commit

Permalink
Update file_system dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
periclesd authored and lpil committed Mar 5, 2024
1 parent 646c0ad commit 98bd5c1
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 @@ -38,7 +38,7 @@ defmodule MixTestWatch.Mixfile do
defp deps do
[
# File system event watcher
{:file_system, "~> 0.2.1 or ~> 0.3"},
{:file_system, "~> 0.2 or ~> 1.0"},
# App env state test helper
{:temporary_env, "~> 2.0", only: :test},
# Documentation generator
Expand Down

0 comments on commit 98bd5c1

Please sign in to comment.