Compare commits

...

1 commit

Author SHA1 Message Date
James Harton 4c7447930b chore(deps): update dependency ex_doc to ~> 0.31 2023-12-12 04:09:14 +13:00

View file

@ -40,7 +40,7 @@ defmodule PCA9641.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"}