chore(deps): update dependency circuits_gpio to v2

This commit is contained in:
James Harton 2024-01-12 06:10:50 +13:00
parent 64c1b12cd2
commit 257303037e

View file

@ -35,7 +35,7 @@ defmodule PCA9641.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:circuits_gpio, "~> 1.0", optional: true},
{:circuits_gpio, "~> 2.0", optional: true},
{:circuits_i2c, "~> 2.0", optional: true},
{:credo, "~> 1.6", only: ~w[dev test]a, runtime: false},
{:earmark, "~> 1.4", only: ~w[dev test]a},