Skip to content

Commit

Permalink
Bump nerves_pack from 0.5.0 to 0.7.0 in /nerves_key_quickstart_fw
Browse files Browse the repository at this point in the history
Bumps [nerves_pack](https://github.com/nerves-project/nerves_pack) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/nerves-project/nerves_pack/releases)
- [Changelog](https://github.com/nerves-project/nerves_pack/blob/main/CHANGELOG.md)
- [Commits](nerves-project/nerves_pack@v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: nerves_pack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 13, 2022
1 parent 37520a9 commit 29d27aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion nerves_key_quickstart_fw/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defmodule NervesKeyQuickstartFw.MixProject do

# Dependencies for all targets except :host
{:nerves_runtime, "~> 0.11.3", targets: @all_targets},
{:nerves_pack, "~> 0.5.0", targets: @all_targets},
{:nerves_pack, "~> 0.7.0", targets: @all_targets},
{:nerves_time, "~> 0.4", targets: @all_targets},

# Dependencies for specific targets
Expand Down
Loading

0 comments on commit 29d27aa

Please sign in to comment.