Skip to content

Commit

Permalink
nerves_system_br: bump to 1.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Jan 18, 2021
1 parent 6ed2b92 commit 6b4bba3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exec: &exec
name: build-tools/nerves-system-br
version: 1.13.5
elixir: 1.10.4-otp-23
version: 1.13.7
elixir: 1.11.3-otp-23

version: 2.1

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule NervesSystemOnLogicCL210.MixProject do
defp deps do
[
{:nerves, "~> 1.5.4 or ~> 1.6.0 or ~> 1.7.0", runtime: false},
{:nerves_system_br, "1.13.5", runtime: false},
{:nerves_system_br, "1.13.7", runtime: false},
{:nerves_toolchain_x86_64_unknown_linux_gnu, "~> 1.3.0", runtime: false},
{:nerves_system_linter, "~> 0.3.0", runtime: false},
{:ex_doc, "~> 0.18", 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
Expand Up @@ -8,7 +8,7 @@
"makeup": {:hex, :makeup, "1.0.5", "d5a830bc42c9800ce07dd97fa94669dfb93d3bf5fcf6ea7a0c67b2e0e4a7f26c", [:mix], [{:nimble_parsec, "~> 0.5 or ~> 1.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "cfa158c02d3f5c0c665d0af11512fed3fba0144cf1aadee0f2ce17747fba2ca9"},
"makeup_elixir": {:hex, :makeup_elixir, "0.15.0", "98312c9f0d3730fde4049985a1105da5155bfe5c11e47bdc7406d88e01e4219b", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.1", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "75ffa34ab1056b7e24844c90bfc62aaf6f3a37a15faa76b07bc5eba27e4a8b4a"},
"nerves": {:hex, :nerves, "1.7.2", "8a840b37343bf13600efa25adc082cd07ef9a03e7ec9907a48583a469b8e1db5", [:make, :mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "e32d58778bee9c13349b1d3ab1153f7fcf3a8d761dac06f41d70064fc9e0afb8"},
"nerves_system_br": {:hex, :nerves_system_br, "1.13.5", "cd0e502bf7a22340e6dbad3f835fd225acfd0ff00cde03670fcca8320ba1c39c", [:mix], [], "hexpm", "1171565acb011f19cd7ea728743ded80ef87db8660c8982e15676d2eac03034c"},
"nerves_system_br": {:hex, :nerves_system_br, "1.13.7", "f99f2fab3c6fb30cb6639d73df9e65506bcf5f6f6941680728a1138f7560d0c8", [:mix], [], "hexpm", "cb2e1f99b656a5ab4c6eae65c6f08c6510260a5981f710cd5eae4311fec5664b"},
"nerves_system_linter": {:hex, :nerves_system_linter, "0.3.0", "84e0f63c8ac196b16b77608bbe7df66dcf352845c4e4fb394bffd2b572025413", [:mix], [], "hexpm", "bffbdfb116bc72cde6e408c34c0670b199846e9a8f0953cc1c9f1eea693821a1"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.7.2", "0683dff3b81483879a57e14d8e020314a4d1ecc6ee91952c1d7d9f1f528924a4", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm", "5d44f279705119defac7f28a70edb0273f92b38bc8ae668db4f271cd91f6eaee"},
"nerves_toolchain_x86_64_unknown_linux_gnu": {:hex, :nerves_toolchain_x86_64_unknown_linux_gnu, "1.3.2", "2f41a0ccf45bd4bf5a54b21936015c16bc06262ea03eb76ce1bd8510d59f4fd1", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}, {:nerves_toolchain_ctng, "~> 1.7.2", [hex: :nerves_toolchain_ctng, repo: "hexpm", optional: false]}], "hexpm", "74df1690040deee0df5e8825e2da33181e1033f9450816875dced3eb810f39b5"},
Expand Down

0 comments on commit 6b4bba3

Please sign in to comment.