Skip to content

Commit 4b91357

Browse files
committed
Bumped deps and version.
1 parent 6df9a81 commit 4b91357

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

rebar.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{deps, [
2-
{lfe, {git, "http://github.com/rvirding/lfe", {branch, "develop"}}}
2+
{lfe, "2.0.1"}
33
]}.
44

55
{plugins, [
6-
{rebar3_lfe, {git, "http://github.com/lfe-rebar3/rebar3_lfe", {branch, "master"}}}
6+
{rebar3_lfe, "0.4.0"}
77
]}.
88

99
{project_plugins, [rebar3_proper]}.

rebar.lock

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
[{<<"lfe">>,
2-
{git,"http://github.com/rvirding/lfe",
3-
{ref,"f7c80281c7005ba5965a8fc410708c08119cfee6"}},
4-
0}].
1+
{"1.2.0",
2+
[{<<"lfe">>,{pkg,<<"lfe">>,<<"2.0.1">>},0}]}.
3+
[
4+
{pkg_hash,[
5+
{<<"lfe">>, <<"C95185AC7E244EDB60C72CE96087D2D3FBC85334109B741790EF49F6A52E728A">>}]},
6+
{pkg_hash_ext,[
7+
{<<"lfe">>, <<"C3EA9732DF613186C14CAC840D25283B87914AE74D87AFCBA3230AAB41D25E9F">>}]}
8+
].

src/logjam.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, logjam,
22
[{description, "A custom formatter for the logger application that turns "
33
"maps into single line text logs"},
4-
{vsn, "1.0.0"},
4+
{vsn, "1.0.2"},
55
{registered, []},
66
{applications,
77
[kernel,

0 commit comments

Comments
 (0)