Skip to content

Commit

Permalink
Update mix.exs to use forked ex_brace_expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
iStefo authored Jul 24, 2023
1 parent 919c51b commit ee65d07
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 @@ -28,7 +28,7 @@ defmodule ExMinimatch.Mixfile do
# Type `mix help deps` for more examples and options
defp deps do
[
{:ex_brace_expansion, "~> 0.0.1"},
{:ex_brace_expansion, github: "box-id/ex_brace_expansion", ref: "cdd180f"},
{:ex_doc, "~> 0.7", only: :dev}
]
end
Expand Down

0 comments on commit ee65d07

Please sign in to comment.