From 858f394720e2b6767e5da19b4fead48387410aa1 Mon Sep 17 00:00:00 2001 From: James Harton Date: Mon, 13 Nov 2023 14:22:38 +1300 Subject: [PATCH] chore(deps): update dependency circuits_spi to v2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b5d95b2..20dd280 100644 --- a/mix.exs +++ b/mix.exs @@ -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},