chore(deps): update dependency credo to ~> 1.6

This commit is contained in:
James Harton 2021-12-09 11:46:08 +13:00
parent 6fd9dbd2e4
commit 5c67c4ebb8

View file

@ -39,7 +39,7 @@ defmodule Vivid.PNG.Mixfile do
defp deps do
[
{:ex_doc, ">= 0.0.0", only: ~w[dev test]a},
{:credo, "~> 1.1", only: ~w[dev test]a, runtime: false},
{:credo, "~> 1.6", only: ~w[dev test]a, runtime: false},
{:git_ops, "~> 2.3", only: ~w[dev test]a, runtime: false},
{:png, "~> 0.2"},
{:vivid, "~> 0.4"}