From 4b739f96afeae10b50ef33c0770531ca2c1d1f2d Mon Sep 17 00:00:00 2001 From: James Harton Date: Thu, 9 Dec 2021 16:30:38 +1300 Subject: [PATCH] chore(deps): update dependency git_ops to ~> 2.4 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index eedf8e5..b5c45d4 100644 --- a/mix.exs +++ b/mix.exs @@ -39,7 +39,7 @@ defmodule Lamina.Dashboard.MixProject do [ {:credo, "~> 1.6", 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}, {:jason, "~> 1.0", only: ~w[dev test]a}, {:lamina, "~> 0.4"}, {:phoenix_live_dashboard, "~> 0.6.2", optional: true},