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

This commit is contained in:
James Harton 2021-12-09 15:06:42 +13:00
parent f4824becc6
commit 735d7ac4a4

View file

@ -40,7 +40,7 @@ defmodule Vivid.PNG.Mixfile do
[
{: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},
{:png, "~> 0.2"},
{:vivid, "~> 0.4"}
]