GregMefford / blinkchain

Nerves project to use Elixir to drive NeoPixels from a Raspberry Pi
MIT License
71 stars 27 forks source link

Update deps #6

Closed type1fool closed 7 years ago

type1fool commented 7 years ago

The :elixir_make dep needs to be updated to 0.4 to be compatible with other nerves packages without override.

For example:

Failed to use "elixir_make" (version 0.4.0) because nerves_neopixel (version 0.3.0) requires ~> 0.3.0 nerves_network (version 0.3.3) requires ~> 0.4 nerves_runtime (version 0.4.3) requires ~> 0.4 mix.lock specifies 0.4.0

GregMefford commented 7 years ago

Thanks for posting this issue. I've released v0.3.1 that fixes this issue! 🎈 🚀