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

Commit f41d152

Browse files
author
Brujo Benavides
authored
[RTI-9024] Upgrade rebar3 (#16)
1 parent 488586a commit f41d152

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131

3232

3333
{profiles, [
34-
{test, [{deps, [{meck, "0.8.13"}]}]}
34+
{test, [{deps, [{meck, "0.9.1"}]}]}
3535
,{warnings, [{erl_opts, [warnings_as_errors]}]}
3636
]}.

rebar.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
{"1.1.0",
1+
{"1.2.0",
22
[{<<"base16">>,{pkg,<<"base16">>,<<"1.0.0">>},0},
33
{<<"eini">>,{pkg,<<"eini">>,<<"1.2.7">>},0},
44
{<<"jsx">>,{pkg,<<"jsx">>,<<"2.10.0">>},0}]}.
55
[
66
{pkg_hash,[
77
{<<"base16">>, <<"283644E2B21BD5915ACB7178BED7851FB07C6E5749B8FAD68A53C501092176D9">>},
88
{<<"eini">>, <<"EFC9D836E88591A47550BD34CE964E21CA1369F8716B24F73CFEA513FA99F666">>},
9-
{<<"jsx">>, <<"77760560D6AC2B8C51FD4C980E9E19B784016AA70BE354CE746472C33BEB0B1C">>}]}
9+
{<<"jsx">>, <<"77760560D6AC2B8C51FD4C980E9E19B784016AA70BE354CE746472C33BEB0B1C">>}]},
10+
{pkg_hash_ext,[
11+
{<<"base16">>, <<"02AFD0827E61A7B07093873E063575CA3A2B07520567C7F8CEC7C5D42F052D76">>},
12+
{<<"eini">>, <<"CD604597DCDB8AD76CCBAAF8C303EF94136729BA4AD6ABC88A4AB800E6D8E99A">>},
13+
{<<"jsx">>, <<"9A83E3704807298016968DB506F9FAD0F027DE37546EB838B3AE1064C3A0AD62">>}]}
1014
].

0 commit comments

Comments
 (0)