Skip to content

Commit 9f9ee89

Browse files
authored
Merge pull request #60 from UncleGrumpy/packbeam-update
Bump packbeam dependency to 0.8.0
2 parents f4ebd7a + 4a27690 commit 9f9ee89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Changed
1717
- Update dependancy version of atomvm_packbeam to 0.7.5
18+
- Update dependancy version of atomvm_packbeam to 0.8.0
1819

1920
### Added
2021
- Added dialyzer task to simplify running dialyzer on AtomVM applications.

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{erl_opts, [debug_info]}.
2121

2222
{deps, [
23-
{atomvm_packbeam, "0.7.5"},
23+
{atomvm_packbeam, "0.8.0"},
2424
{uf2tool, "1.1.0"}
2525
]}.
2626

0 commit comments

Comments
 (0)