diff --git a/rebar.config b/rebar.config index 8cbe0db..16349bf 100644 --- a/rebar.config +++ b/rebar.config @@ -28,9 +28,9 @@ ]}, {dialyzer, [ - {warnings, [ - no_return - ]} + {warnings, [ + no_return + ]} ]}, {cover_enabled, true}, @@ -38,12 +38,10 @@ {plugins, [pc]}, {artifacts, ["priv/eiconv_nif.so"]}, {provider_hooks, [ - {post, - [ - {compile, {pc, compile}}, - {clean, {pc, clean}} - ] - } + {post, [ + {compile, {pc, compile}}, + {clean, {pc, clean}} + ]} ]} ]}, {edoc_private, [ @@ -54,3 +52,7 @@ {edoc_opts, [ {preprocess, true}, {stylesheet, "style.css"} ]}. + +{deps, [ + {pc, "1.14.0"} +]}. diff --git a/rebar.lock b/rebar.lock index 57afcca..ace4df4 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1 +1,8 @@ -[]. +{"1.2.0", +[{<<"pc">>,{pkg,<<"pc">>,<<"1.14.0">>},0}]}. +[ +{pkg_hash,[ + {<<"pc">>, <<"9893B4D99922ADCB7553A4D603988F672693688ECC1C934230309D5A37DBDD3E">>}]}, +{pkg_hash_ext,[ + {<<"pc">>, <<"FC597E5356AF714615E6BAEEFAA8262BE09DE7849BF92AA57672DB5E409A3553">>}]} +].