Skip to content

Commit

Permalink
Update erlexec to 1.9.3 for Erlang/OTP 21 compatibility (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubCzarniecki authored and zerth committed Nov 7, 2018
1 parent c54a4f2 commit 78e0e13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{deps, [
{jiffy, "0.14.11"},
{erlexec, "1.7.1"}
{erlexec, "1.9.3"}
]}.


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",
[{<<"erlexec">>,{pkg,<<"erlexec">>,<<"1.7.1">>},0},
[{<<"erlexec">>,{pkg,<<"erlexec">>,<<"1.9.3">>},0},
{<<"jiffy">>,{pkg,<<"jiffy">>,<<"0.14.11">>},0}]}.
[
{pkg_hash,[
{<<"erlexec">>, <<"6DDBD40FA202084ED0BDAF95A50C334ACAA5644AE213B903CD4094A78AE79734">>},
{<<"erlexec">>, <<"3D72AC65424CED35B9658A50E5A0C9DBD5F383E28AC9096E557F0D62926DD8E4">>},
{<<"jiffy">>, <<"919A87D491C5A6B5E3BBC27FAFEDC3A0761CA0B4C405394F121F582FD4E3F0E5">>}]}
].

0 comments on commit 78e0e13

Please sign in to comment.