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

This commit is contained in:
James Harton 2023-12-12 04:09:58 +13:00
parent 4658c6d13d
commit 89cfe8b1dc

View file

@ -39,7 +39,7 @@ defmodule MPL3115A2.MixProject do
{:credo, "~> 1.6", only: ~w[dev test]a, runtime: false},
{:earmark, "~> 1.4", only: ~w[dev test]a},
{:elixir_ale, "~> 1.2", optional: true},
{:ex_doc, "~> 0.30", only: ~w[dev test]a},
{:ex_doc, "~> 0.31", only: ~w[dev test]a},
{:git_ops, "~> 2.4", only: ~w[dev test]a, runtime: false},
{:mimic, "~> 1.5", only: :test},
{:wafer, "~> 1.0"}