chore(deps): update dependency circuits_i2c to v2

This commit is contained in:
James Harton 2023-08-22 23:28:55 +12:00
parent 0135740dce
commit 4959637eba

View file

@ -36,7 +36,7 @@ defmodule PCA9641.MixProject do
defp deps do
[
{:circuits_gpio, "~> 1.0", optional: true},
{:circuits_i2c, "~> 1.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},
{:elixir_ale, "~> 1.2", optional: true},