add credo

This commit is contained in:
2021-09-10 00:15:10 -04:00
committed by oliviasculley
parent 1e84a60018
commit 707b7215e7
2 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,7 @@ defmodule Cannery.MixProject do
{:plug_cowboy, "~> 2.0"},
{:phx_gen_auth, "~> 0.7", only: [:dev], runtime: false},
{:ecto_psql_extras, "~> 0.6"},
{:credo, "~> 1.5", only: [:dev, :test], runtime: false},
]
end