Skip to content

Commit

Permalink
fix: update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Feb 26, 2024
1 parent 403158c commit e4fecb5
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 @@ -53,7 +53,7 @@ defmodule AppGen.MixProject do
{:jason, "~> 1.3"},
{:ecto, "~> 3.0"},
{:ecto_shorts, ">= 1.0.0"},
{:credo, "~> 1.4", runtime: false},
{:credo, "~> 1.4", only: :test, runtime: false},
{:dialyxir, "~> 1.0", only: :test, runtime: false},
{:excoveralls, "~> 0.13", only: :test, runtime: false},
{:ex_doc, "~> 0.26", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit e4fecb5

Please sign in to comment.