Skip to content

Commit

Permalink
fixup: remove unnecessary dependency from root project
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiejd committed Feb 4, 2025
1 parent 6150aae commit 775a888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ defmodule ApiUmbrella.Mixfile do
{:lcov_ex, "~> 0.2", only: [:dev, :test], runtime: false},
{:mix_audit, "~> 2.0", only: [:dev], runtime: false},
# Generate docs with `mix docs`
{:ex_doc, "~> 0.20", only: [:dev, :test], runtime: false},
{:mox, "~> 1.0", only: :test}
{:ex_doc, "~> 0.20", only: [:dev, :test], runtime: false}
]
end

Expand Down

0 comments on commit 775a888

Please sign in to comment.