Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
[RTI-9024] Upgrade rebar3 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brujo Benavides authored Feb 26, 2021
1 parent 488586a commit f41d152
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@


{profiles, [
{test, [{deps, [{meck, "0.8.13"}]}]}
{test, [{deps, [{meck, "0.9.1"}]}]}
,{warnings, [{erl_opts, [warnings_as_errors]}]}
]}.
8 changes: 6 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{"1.1.0",
{"1.2.0",
[{<<"base16">>,{pkg,<<"base16">>,<<"1.0.0">>},0},
{<<"eini">>,{pkg,<<"eini">>,<<"1.2.7">>},0},
{<<"jsx">>,{pkg,<<"jsx">>,<<"2.10.0">>},0}]}.
[
{pkg_hash,[
{<<"base16">>, <<"283644E2B21BD5915ACB7178BED7851FB07C6E5749B8FAD68A53C501092176D9">>},
{<<"eini">>, <<"EFC9D836E88591A47550BD34CE964E21CA1369F8716B24F73CFEA513FA99F666">>},
{<<"jsx">>, <<"77760560D6AC2B8C51FD4C980E9E19B784016AA70BE354CE746472C33BEB0B1C">>}]}
{<<"jsx">>, <<"77760560D6AC2B8C51FD4C980E9E19B784016AA70BE354CE746472C33BEB0B1C">>}]},
{pkg_hash_ext,[
{<<"base16">>, <<"02AFD0827E61A7B07093873E063575CA3A2B07520567C7F8CEC7C5D42F052D76">>},
{<<"eini">>, <<"CD604597DCDB8AD76CCBAAF8C303EF94136729BA4AD6ABC88A4AB800E6D8E99A">>},
{<<"jsx">>, <<"9A83E3704807298016968DB506F9FAD0F027DE37546EB838B3AE1064C3A0AD62">>}]}
].

0 comments on commit f41d152

Please sign in to comment.