Skip to content

Commit fe17294

Browse files
committed
Use v2.0.0-pre.0 versions from hex.pm
1 parent dd9512b commit fe17294

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ defmodule CircuitsSim.MixProject do
4343

4444
defp deps() do
4545
[
46-
{:circuits_i2c, github: "elixir-circuits/circuits_i2c", branch: "v2.0", override: true},
47-
{:circuits_spi, github: "elixir-circuits/circuits_spi", branch: "v2.0"},
48-
{:circuits_gpio, github: "elixir-circuits/circuits_gpio", branch: "v2.0"},
46+
{:circuits_i2c, "~> 2.0.0-pre.0", override: true},
47+
{:circuits_spi, "~> 2.0.0-pre.0"},
48+
{:circuits_gpio, "~> 2.0.0-pre.0"},
4949
{:bmp280, "~> 0.2.12", only: [:dev, :test]},
5050
{:bmp3xx, "~> 0.1.5", only: [:dev, :test]},
5151
{:sgp30, github: "jjcarstens/sgp30", branch: "main", only: [:dev, :test]},

mix.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"bmp3xx": {:hex, :bmp3xx, "0.1.6", "305a20e9f684ce7efc59185f20c17ddd3f9a5ce5fbf5fbeca1c0d17d58042d05", [:mix], [{:circuits_i2c, "~> 0.3 or ~> 1.0 or ~> 2.0", [hex: :circuits_i2c, repo: "hexpm", optional: false]}], "hexpm", "4b4f1e0eb62a9d0b8c7ffaba456e386848fa75328bc66a65e9cfa77a28e9be9d"},
55
"bunt": {:hex, :bunt, "0.2.1", "e2d4792f7bc0ced7583ab54922808919518d0e57ee162901a16a1b6664ef3b14", [:mix], [], "hexpm", "a330bfb4245239787b15005e66ae6845c9cd524a288f0d141c148b02603777a5"},
66
"cerlc": {:hex, :cerlc, "0.2.1", "cfe0880aa049ebcca079ca49578055aa48e7f2e9ed8ae08bd1f919d59015d03f", [:rebar3], [], "hexpm", "37f0d74a4277dcbaf64c7c47e9953dcc8060d26d86bb466ab2a86928e0181a7d"},
7-
"circuits_gpio": {:git, "https://github.com/elixir-circuits/circuits_gpio.git", "86c304aa517dbf8bdcf1ed20d35ff12d84f468b6", [branch: "v2.0"]},
8-
"circuits_i2c": {:git, "https://github.com/elixir-circuits/circuits_i2c.git", "f75eef88e525245fb1aae3c48ad36811a6e2c0bb", [branch: "v2.0"]},
9-
"circuits_spi": {:git, "https://github.com/elixir-circuits/circuits_spi.git", "d67b46e09627ee4653698128341ce8c6bf466344", [branch: "v2.0"]},
7+
"circuits_gpio": {:hex, :circuits_gpio, "2.0.0-pre.0", "122a76a90f49cc2e83483157012fb7eff194ad80787567a2a6c1bd5133b989a7", [:make, :mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "454449f11527ff70da428765f725ef84263f5d68919dbb830a4868315ed0823e"},
8+
"circuits_i2c": {:hex, :circuits_i2c, "2.0.0-pre.0", "3f8d8bdf609f21197d6b3ab2156372971a523ab7a1f3173325e7307d0040cd50", [:make, :mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "3233b7ae7b11216437910576def0b6fb6d0e2c9cc2ae38a3572d6535ebcbd8d1"},
9+
"circuits_spi": {:hex, :circuits_spi, "2.0.0-pre.0", "51c12522f2dec1c3219e93caa95cc12315adbafe895b4fa4f096daa69ca8f912", [:make, :mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "154a8a9295f14aed0c7302bfb819572ec40482de62cd33b840f5e2c0f9a005c6"},
1010
"credo": {:hex, :credo, "1.7.0", "6119bee47272e85995598ee04f2ebbed3e947678dee048d10b5feca139435f75", [:mix], [{:bunt, "~> 0.2.1", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2.8", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "6839fcf63d1f0d1c0f450abc8564a57c43d644077ab96f2934563e68b8a769d7"},
1111
"dialyxir": {:hex, :dialyxir, "1.3.0", "fd1672f0922b7648ff9ce7b1b26fcf0ef56dda964a459892ad15f6b4410b5284", [:mix], [{:erlex, ">= 0.2.6", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "00b2a4bcd6aa8db9dcb0b38c1225b7277dca9bc370b6438715667071a304696f"},
1212
"earmark_parser": {:hex, :earmark_parser, "1.4.32", "fa739a0ecfa34493de19426681b23f6814573faee95dfd4b4aafe15a7b5b32c6", [:mix], [], "hexpm", "b8b0dd77d60373e77a3d7e8afa598f325e49e8663a51bcc2b88ef41838cca755"},

0 commit comments

Comments
 (0)