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

This commit is contained in:
James Harton 2021-12-09 12:52:10 +13:00
parent f6f017647f
commit b0b16f2802

View file

@ -38,7 +38,7 @@ defmodule PCA9685.MixProject do
[
{:elixir_ale, "~> 1.2"},
{: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}
]
end