Skip to content

Commit

Permalink
bump hex_core to 0.6.7 (#142)
Browse files Browse the repository at this point in the history
* bump hex_core to 0.6.7

* run test suite on OTP 22
  • Loading branch information
starbelly authored Feb 3, 2020
1 parent 0d84b26 commit 78e0f97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ orbs:
workflows:
build_and_test:
jobs:
- rebar3_hex/build_and_test:
name: "otp-22"
version: "22-alpine"
codecov_flag: "otp22"
- rebar3_hex/build_and_test:
name: "otp-21"
version: "21-alpine"
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{project_plugins, [covertool]}.

{deps, [{hex_core, "0.6.4"}, {verl, "1.0.2"}]}.
{deps, [{hex_core, "0.6.7"}, {verl, "1.0.2"}]}.

{profiles, [
{test, [
Expand Down
4 changes: 2 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{"1.1.0",
[{<<"hex_core">>,{pkg,<<"hex_core">>,<<"0.6.4">>},0},
[{<<"hex_core">>,{pkg,<<"hex_core">>,<<"0.6.7">>},0},
{<<"verl">>,{pkg,<<"verl">>,<<"1.0.2">>},0}]}.
[
{pkg_hash,[
{<<"hex_core">>, <<"BDE7372819D9151A818B8B59EB129824AF8C0CEDFC5A4C378E090D8DFE6D177A">>},
{<<"hex_core">>, <<"7F0CE8C43BD729060C7CB5EDEAB0933CF27A55DD0978F5A2726983305115E611">>},
{<<"verl">>, <<"02ECD8E074E247C762383A6FE85533D6D07007529B86E47AAA6A80A9C1BB6629">>}]}
].

0 comments on commit 78e0f97

Please sign in to comment.