chore(deps): update dependency git_ops to ~> 2.4

This commit is contained in:
James Harton 2021-12-09 15:59:06 +13:00
parent fc93532205
commit c2f727c75a

View file

@ -39,7 +39,7 @@ defmodule PCA9685.MixProject do
{:elixir_ale, "~> 1.2"},
{:ex_doc, ">= 0.26.0", only: ~w[dev test]a},
{:credo, "~> 1.6", only: ~w[dev test]a, runtime: false},
{:git_ops, "~> 2.3", only: ~w[dev test]a, runtime: false}
{:git_ops, "~> 2.4", only: ~w[dev test]a, runtime: false}
]
end
end