From 98bd5c1e22f2c5fff8cd9b0987e47abe672e8108 Mon Sep 17 00:00:00 2001 From: Pericles Dias Date: Mon, 4 Mar 2024 19:17:36 +0100 Subject: [PATCH] Update file_system dependency --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 990892a..ae1fb54 100644 --- a/mix.exs +++ b/mix.exs @@ -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