chore(deps): update dependency ex_doc to ~> 0.31 #12

Open
jimsy wants to merge 1 commit from renovate/ex_doc-0.x into main

View file

@ -42,7 +42,7 @@ defmodule Circuits.UART.Framing.MIDI.MixProject do
{:circuits_uart, "~> 1.4"},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:earmark, "~> 1.4", only: [:dev, :test]},
{:ex_doc, "~> 0.30", only: [:dev, :test]},
{:ex_doc, "~> 0.31", only: [:dev, :test]},
{:git_ops, "~> 2.4", only: ~w[dev test]a, runtime: false}
]
end