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

This commit is contained in:
James Harton 2023-12-12 04:07:55 +13:00
parent 19c2e94252
commit ef7f3d1b2b

View file

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