Skip to content

Commit

Permalink
Update distribution example to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 29, 2023
1 parent 7adc609 commit 6c0d652
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 55 deletions.
14 changes: 7 additions & 7 deletions hello_distribution/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ defmodule HelloDistribution.MixProject do
defp deps do
[
# Dependencies for all targets
{:nerves, "~> 1.7.0", runtime: false},
{:shoehorn, "~> 0.7.0"},
{:ring_logger, "~> 0.8.1"},
{:toolshed, "~> 0.2.13"},
{:nerves, "~> 1.10.0", runtime: false},
{:shoehorn, "~> 0.9.0"},
{:ring_logger, "~> 0.10.1"},
{:toolshed, "~> 0.3.1"},
{:phoenix_pubsub, "~> 2.0"},

# Dependencies for all targets except :host
{:nerves_runtime, "~> 0.11.3", targets: @all_targets},
{:nerves_runtime, "~> 0.13.0", targets: @all_targets},
{:vintage_net_wizard, "~> 0.2", targets: @all_targets},
{:nerves_pack, "~> 0.5.0", targets: @all_targets},
{:circuits_gpio, "~> 0.4.8", targets: @all_targets},
{:nerves_pack, "~> 0.7.0", targets: @all_targets},
{:circuits_gpio, "~> 1.0", targets: @all_targets},
{:mdns_lite, "~> 0.8", targets: @all_targets},

# Dependencies for specific targets
Expand Down
Loading

0 comments on commit 6c0d652

Please sign in to comment.