diff --git a/mix.exs b/mix.exs index 9391303..45155b2 100644 --- a/mix.exs +++ b/mix.exs @@ -41,7 +41,7 @@ defmodule IP.Mixfile do {:credo, "~> 1.6", only: ~w[dev test]a, runtime: false}, {:earmark, ">= 0.2.1", 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