From 89cfe8b1dc28b394677523cc0566973a656d26d4 Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 12 Dec 2023 04:09:58 +1300 Subject: [PATCH] chore(deps): update dependency ex_doc to ~> 0.31 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 4af2c01..451f7c3 100644 --- a/mix.exs +++ b/mix.exs @@ -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"}