diff --git a/mix.exs b/mix.exs index 5f8e684..9df8bc7 100644 --- a/mix.exs +++ b/mix.exs @@ -43,7 +43,7 @@ defmodule Circuits.UART.Framing.MIDI.MixProject do {:credo, "~> 1.6", only: [:dev, :test], runtime: false}, {:earmark, ">= 1.4.19", only: [:dev, :test]}, {:ex_doc, ">= 0.26.0", only: [:dev, :test]}, - {:git_ops, "~> 2.3", only: ~w[dev test]a, runtime: false} + {:git_ops, "~> 2.4", only: ~w[dev test]a, runtime: false} ] end end