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

This commit is contained in:
James Harton 2021-12-09 16:21:03 +13:00
parent 0b33221cec
commit ff7ea26e05

View file

@ -52,7 +52,7 @@ defmodule Heap.Mixfile do
{:ex_doc, ">= 0.26.0", only: ~w[dev test]a},
{:earmark, ">= 0.2.1", 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