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

This commit is contained in:
James Harton 2021-12-09 16:18:20 +13:00
parent a0f55534f1
commit 295d0a987e

View file

@ -41,7 +41,7 @@ defmodule IP.Mixfile do
{:credo, "~> 1.6", only: ~w[dev test]a, runtime: false}, {:credo, "~> 1.6", only: ~w[dev test]a, runtime: false},
{:earmark, ">= 0.2.1", only: ~w[dev test]a}, {:earmark, ">= 0.2.1", only: ~w[dev test]a},
{:ex_doc, ">= 0.26.0", only: ~w[dev test]a}, {:ex_doc, ">= 0.26.0", only: ~w[dev test]a},
{:git_ops, "~> 2.3", only: ~w[dev test]a, runtime: false} {:git_ops, "~> 2.4", only: ~w[dev test]a, runtime: false}
] ]
end end
end end