Skip to content

Commit

Permalink
fix(mix): update ex_doc dependency to include test environment
Browse files Browse the repository at this point in the history
puzza007 committed Jan 14, 2025
1 parent cb8e83b commit fff2cec
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
@@ -48,7 +48,7 @@ defmodule JSONAPI.Mixfile do
[
{:plug, "~> 1.10"},
{:jason, "~> 1.0", optional: true},
{:ex_doc, "~> 0.20", only: :dev},
{:ex_doc, "~> 0.20", only: ~w[dev test]a},
{:earmark, ">= 0.0.0", only: :dev},
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
{:phoenix, "~> 1.3", only: :test},

0 comments on commit fff2cec

Please sign in to comment.