chore(deps): update dependency circuits_spi to v2

This commit is contained in:
James Harton 2023-11-13 14:22:38 +13:00
parent 2ed441c543
commit 858f394720

View file

@ -49,7 +49,7 @@ defmodule Wafer.MixProject do
else
{:circuits_i2c, "~> 2.0 or ~> 1.0", optional: true}
end,
{:circuits_spi, "~> 1.3", optional: true},
{:circuits_spi, "~> 2.0", optional: true},
{:credo, "~> 1.6", only: ~w[dev test]a, runtime: false},
{:earmark, "~> 1.4", only: ~w[dev test]a},
{:elixir_ale, "~> 1.2", optional: true},