Skip to content

Commit 1e05402

Browse files
committed
Update version of plugin in templates
1 parent 70a022c commit 1e05402

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

priv/templates/escript.rebar.config.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{erl_opts, [debug_info]}.
22

33
{deps, [{clojerl, "0.6.0"}]}.
4-
{plugins, [{rebar3_clojerl, "0.7.0"}]}.
4+
{plugins, [{rebar3_clojerl, "0.8.0"}]}.
55

66
{escript_incl_apps, [{{name}}]}.
77
{escript_main_app, {{name}}}.

priv/templates/rebar.config.tpl

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

33
{deps, [{clojerl, "0.6.0"}]}.
4-
{plugins, [{rebar3_clojerl, "0.7.0"}]}.
4+
{plugins, [{rebar3_clojerl, "0.8.0"}]}.

priv/templates/release.rebar.config.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{erl_opts, [debug_info]}.
22

33
{deps, [{clojerl, "0.6.0"}]}.
4-
{plugins, [{rebar3_clojerl, "0.7.0"}]}.
4+
{plugins, [{rebar3_clojerl, "0.8.0"}]}.
55

66
{relx, [ { release
77
, {{{name}}, "0.1.0"}

0 commit comments

Comments
 (0)