Skip to content

Commit e352256

Browse files
committedFeb 19, 2024·
Updated version deps in templates for forthcoming releases.
1 parent ed4622d commit e352256

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
 

‎priv/templates/rebar.config.escript.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
{deps, [
44
{lfe, "2.1.3"},
5-
{ltest, "0.13.5"}
5+
{ltest, "0.13.6"}
66
]}.
77

88
{plugins, [
9-
{rebar3_lfe, "0.4.8"}
9+
{rebar3_lfe, "0.4.9"}
1010
]}.
1111

1212
{provider_hooks, [

‎priv/templates/rebar.config.main.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
{deps, [
44
{lfe, "2.1.3"},
5-
{ltest, "0.13.5"}
5+
{ltest, "0.13.6"}
66
]}.
77

88
{plugins, [
9-
{rebar3_lfe, "0.4.8"}
9+
{rebar3_lfe, "0.4.9"}
1010
]}.
1111

1212
{lfe, [

‎priv/templates/rebar.config.release.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
{deps, [
44
{lfe, "2.1.3"},
5-
{ltest, "0.13.5"}
5+
{ltest, "0.13.6"}
66
]}.
77

88
{plugins, [
9-
{rebar3_lfe, "0.4.8"}
9+
{rebar3_lfe, "0.4.9"}
1010
]}.
1111

1212
{provider_hooks, [

‎priv/templates/rebar.config.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
{deps, [
44
{lfe, "2.1.3"},
5-
{ltest, "0.13.5"}
5+
{ltest, "0.13.6"}
66
]}.
77

88
{plugins, [
9-
{rebar3_lfe, "0.4.8"}
9+
{rebar3_lfe, "0.4.9"}
1010
]}.
1111

1212
{provider_hooks, [

0 commit comments

Comments
 (0)
Please sign in to comment.