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

This commit is contained in:
James Harton 2021-12-09 10:38:36 +13:00
parent dad9343039
commit 61747d528c

View file

@ -36,7 +36,7 @@ defmodule MPL3115A2.MixProject do
defp deps do
[
{:circuits_i2c, "~> 1.0", optional: true},
{:credo, "~> 1.1", only: ~w[dev test]a, runtime: false},
{:credo, "~> 1.6", only: ~w[dev test]a, runtime: false},
{:earmark, ">= 0.0.0", only: ~w[dev test]a},
{:elixir_ale, "~> 1.2", optional: true},
{:ex_doc, ">= 0.0.0", only: ~w[dev test]a},