Skip to content

Commit 98bd5c1

Browse files
periclesdlpil
authored andcommitted
Update file_system dependency
1 parent 646c0ad commit 98bd5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ defmodule MixTestWatch.Mixfile do
3838
defp deps do
3939
[
4040
# File system event watcher
41-
{:file_system, "~> 0.2.1 or ~> 0.3"},
41+
{:file_system, "~> 0.2 or ~> 1.0"},
4242
# App env state test helper
4343
{:temporary_env, "~> 2.0", only: :test},
4444
# Documentation generator

0 commit comments

Comments
 (0)