Skip to content

Commit

Permalink
Reduce non-prod deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Dec 21, 2023
1 parent 8b8fdbf commit 11b4f21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,11 @@ defmodule Credo.Mixfile do
{:file_system, "~> 0.2 or ~> 1.0"},
{:bunt, "~> 0.2.1 or ~> 1.0"},
{:jason, "~> 1.0"},

# nimble_parsec >= 1.4 requires Elixir 1.12
# we want to keep Elixir 1.11 compatibility for one more release
{:nimble_parsec, "~> 1.3.0", only: :dev, runtime: false},
{:ex_doc, "~> 0.25", only: :dev, runtime: false},
{:excoveralls, "~> 0.10", only: :test},
{:inch_ex, "~> 2.0", only: [:dev, :test], runtime: false}
{:ex_doc, "~> 0.25", only: :dev, runtime: false}
]
end

Expand Down

0 comments on commit 11b4f21

Please sign in to comment.