Skip to content

Commit

Permalink
⬇️ Allow file_system 0.2 (#83)
Browse files Browse the repository at this point in the history
There isn't actually a file_system v0.3 version; I was misled by a commit I saw in the phoenix_live_reload repo.

This change allows both v0.2.x and v1.x of file_system to avoid conflicts with other libraries.
  • Loading branch information
randycoulman authored Jan 27, 2024
1 parent c9ae339 commit 29af9c7
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 @@ -33,7 +33,7 @@ defmodule MixTestInteractive.MixProject do
defp deps do
[
{:ex_doc, "~> 0.31.1", only: :dev, runtime: false},
{:file_system, "~> 0.3 or ~> 1.0"},
{:file_system, "~> 0.2 or ~> 1.0"},
{:styler, "~> 0.11.8", only: [:dev, :test], runtime: false},
{:temporary_env, "~> 2.0", only: :test},
{:typed_struct, "~> 0.3.0"}
Expand Down

0 comments on commit 29af9c7

Please sign in to comment.