chore(deps): update dependency circuits_spi to v2 #38

Closed
jimsy wants to merge 1 commit from renovate/circuits_spi-2.x into main
Showing only changes of commit 858f394720 - Show all commits

View file

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