Skip to content

Commit

Permalink
chore: udpate file_system dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Nov 17, 2023
1 parent a3c0608 commit c7ae7ab
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 @@ -147,7 +147,7 @@ defmodule Credo.Mixfile do

defp deps do
[
{:file_system, "~> 0.2.8"},
{:file_system, "~> 0.2 or ~> 1.0"},
{:bunt, "~> 0.2.1"},
{:jason, "~> 1.0"},
{:ex_doc, "~> 0.25", only: :dev, runtime: false},
Expand Down

0 comments on commit c7ae7ab

Please sign in to comment.