Skip to content

Commit

Permalink
Updated dependencies (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElFantasma authored and elbrujohalcon committed May 22, 2019
1 parent 78e0e13 commit 15b5acf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
14 changes: 11 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
{erl_opts, [debug_info]}.

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


{plugins, [
{ rebar3_gpb_plugin, "2.3.2" }
{ rebar3_gpb_plugin, "2.8.2" }
]}.

{erl_opts, [{i, "./_build/default/plugins/gpb/include"}]}.
Expand Down Expand Up @@ -43,3 +43,11 @@
locals_not_used,
deprecated_function_calls
]}.

{xref_ignores, [ %% Dynamically generated modules
kpl_agg_pb
]}.

{cover_enabled, true}.

{alias, [{test, [xref, dialyzer, eunit, cover]}]}.
8 changes: 4 additions & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{"1.1.0",
[{<<"erlexec">>,{pkg,<<"erlexec">>,<<"1.9.3">>},0},
{<<"jiffy">>,{pkg,<<"jiffy">>,<<"0.14.11">>},0}]}.
[{<<"erlexec">>,{pkg,<<"erlexec">>,<<"1.10.0">>},0},
{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.0.1">>},0}]}.
[
{pkg_hash,[
{<<"erlexec">>, <<"3D72AC65424CED35B9658A50E5A0C9DBD5F383E28AC9096E557F0D62926DD8E4">>},
{<<"jiffy">>, <<"919A87D491C5A6B5E3BBC27FAFEDC3A0761CA0B4C405394F121F582FD4E3F0E5">>}]}
{<<"erlexec">>, <<"CBA7924CF526097D2082CEB0EC34E7DB6BCA2624B8F3867FB3FA89C4CF25D227">>},
{<<"jiffy">>, <<"4F25639772CA41202F41BA9C8F6CA0933554283DD4742C90651E03471C55E341">>}]}
].

0 comments on commit 15b5acf

Please sign in to comment.