Skip to content

Commit

Permalink
Updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 11, 2024
1 parent 8ca2f55 commit 601b709
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{erl_opts, [debug_info]}.

{deps, [
{lfe, "2.1.3"},
{ltest, "0.13.6"}
{lfe, "2.1.3"}
]}.

{plugins, [
{rebar3_lfe, "0.4.9"}
{rebar3_lfe, "0.4.10"}
]}.

{provider_hooks, [
Expand All @@ -21,7 +20,8 @@
{profiles, [
{test, [
{deps, [
{proper, "1.4.0"}
{proper, "1.4.0"},
{ltest, "0.13.8"}
]},
{plugins, [
{rebar3_proper, "0.12.1"}
Expand Down
8 changes: 8 additions & 0 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{"1.2.0",
[{<<"lfe">>,{pkg,<<"lfe">>,<<"2.1.3">>},0}]}.
[
{pkg_hash,[
{<<"lfe">>, <<"6EFCB2BBC1FFC21DC5D1C092F00EFDB397EAC889474AC5C86EDF78A3557CC730">>}]},
{pkg_hash_ext,[
{<<"lfe">>, <<"4E4BAD515A169AE418FEB7374EA1C8D741FAEA9D95E266CE343B45BCC377F55B">>}]}
].

0 comments on commit 601b709

Please sign in to comment.