Skip to content

Commit 6c0d652

Browse files
committed
Update distribution example to latest
1 parent 7adc609 commit 6c0d652

File tree

3 files changed

+60
-55
lines changed

3 files changed

+60
-55
lines changed

hello_distribution/mix.exs

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ defmodule HelloDistribution.MixProject do
3131
defp deps do
3232
[
3333
# Dependencies for all targets
34-
{:nerves, "~> 1.7.0", runtime: false},
35-
{:shoehorn, "~> 0.7.0"},
36-
{:ring_logger, "~> 0.8.1"},
37-
{:toolshed, "~> 0.2.13"},
34+
{:nerves, "~> 1.10.0", runtime: false},
35+
{:shoehorn, "~> 0.9.0"},
36+
{:ring_logger, "~> 0.10.1"},
37+
{:toolshed, "~> 0.3.1"},
3838
{:phoenix_pubsub, "~> 2.0"},
3939

4040
# Dependencies for all targets except :host
41-
{:nerves_runtime, "~> 0.11.3", targets: @all_targets},
41+
{:nerves_runtime, "~> 0.13.0", targets: @all_targets},
4242
{:vintage_net_wizard, "~> 0.2", targets: @all_targets},
43-
{:nerves_pack, "~> 0.5.0", targets: @all_targets},
44-
{:circuits_gpio, "~> 0.4.8", targets: @all_targets},
43+
{:nerves_pack, "~> 0.7.0", targets: @all_targets},
44+
{:circuits_gpio, "~> 1.0", targets: @all_targets},
4545
{:mdns_lite, "~> 0.8", targets: @all_targets},
4646

4747
# Dependencies for specific targets

0 commit comments

Comments
 (0)