Skip to content

Commit 601b709

Browse files
committed
Updated deps.
1 parent 8ca2f55 commit 601b709

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

rebar.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{erl_opts, [debug_info]}.
22

33
{deps, [
4-
{lfe, "2.1.3"},
5-
{ltest, "0.13.6"}
4+
{lfe, "2.1.3"}
65
]}.
76

87
{plugins, [
9-
{rebar3_lfe, "0.4.9"}
8+
{rebar3_lfe, "0.4.10"}
109
]}.
1110

1211
{provider_hooks, [
@@ -21,7 +20,8 @@
2120
{profiles, [
2221
{test, [
2322
{deps, [
24-
{proper, "1.4.0"}
23+
{proper, "1.4.0"},
24+
{ltest, "0.13.8"}
2525
]},
2626
{plugins, [
2727
{rebar3_proper, "0.12.1"}

rebar.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{"1.2.0",
2+
[{<<"lfe">>,{pkg,<<"lfe">>,<<"2.1.3">>},0}]}.
3+
[
4+
{pkg_hash,[
5+
{<<"lfe">>, <<"6EFCB2BBC1FFC21DC5D1C092F00EFDB397EAC889474AC5C86EDF78A3557CC730">>}]},
6+
{pkg_hash_ext,[
7+
{<<"lfe">>, <<"4E4BAD515A169AE418FEB7374EA1C8D741FAEA9D95E266CE343B45BCC377F55B">>}]}
8+
].

0 commit comments

Comments
 (0)