@@ -31,17 +31,17 @@ defmodule HelloDistribution.MixProject do
31
31
defp deps do
32
32
[
33
33
# 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 " } ,
38
38
{ :phoenix_pubsub , "~> 2.0" } ,
39
39
40
40
# Dependencies for all targets except :host
41
- { :nerves_runtime , "~> 0.11.3 " , targets: @ all_targets } ,
41
+ { :nerves_runtime , "~> 0.13.0 " , targets: @ all_targets } ,
42
42
{ :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 } ,
45
45
{ :mdns_lite , "~> 0.8" , targets: @ all_targets } ,
46
46
47
47
# Dependencies for specific targets
0 commit comments