Skip to content

Commit

Permalink
update blue-heron to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Rigby <connorr@hey.com>
  • Loading branch information
ConnorRigby committed Sep 21, 2023
1 parent 586dc84 commit 8806771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule BlueHeronTransportUart.MixProject do

defp deps do
[
{:blue_heron, "~> 0.2.1 or ~> 0.3.0"},
{:blue_heron, "~> 0.2.1 or ~> 0.3.0 or ~> 0.4.0"},
{:circuits_uart, "~> 1.4"},
{:ex_doc, "~> 0.22", only: :docs, runtime: false},
{:dialyxir, "~> 1.1", only: [:dev, :test], runtime: false},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"blue_heron": {:hex, :blue_heron, "0.3.0", "a9e1e8b4b34c2506f9a5e7b073a0e44cba2a6c2070f127eea10ad132c9c90d3c", [:mix], [], "hexpm", "190887a090fc8af7f9f6a6d2183dee6877b4a43a42d45315ce3d6d575ef0ef8e"},
"blue_heron": {:hex, :blue_heron, "0.4.0", "de610cf3faa957f85bbb08bf0f3067e2d31f659201ed7b5f1720f7cf385cb085", [:mix], [], "hexpm", "213ddbd9a2ef17b157bb5aca1db5f3301cbc74dced20437345452da36d2bd6a2"},
"bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm", "7af5c7e09fe1d40f76c8e4f9dd2be7cebd83909f31fee7cd0e9eadc567da8353"},
"circuits_uart": {:hex, :circuits_uart, "1.4.3", "3753ed5b8792bab65f3e3c9c4ef00c51bcd5af7bb504bdfcba0648cb9b37e0de", [:mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "80e568af4144ebf060af19d9354a545f96fe1ac069d91ac852ee9f2cee8af581"},
"credo": {:hex, :credo, "1.5.6", "e04cc0fdc236fefbb578e0c04bd01a471081616e741d386909e527ac146016c6", [:mix], [{:bunt, "~> 0.2.0", [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", "4b52a3e558bd64e30de62a648518a5ea2b6e3e5d2b164ef5296244753fc7eb17"},
Expand Down

0 comments on commit 8806771

Please sign in to comment.