Current section
13 Versions
Jump to
Current section
13 Versions
Compare versions
6
files changed
+10
additions
-8
deletions
| @@ -29,4 +29,4 @@ | |
| 29 29 | {<<"GitHub">>,<<"https://github.com/clojerl/rebar3_clojerl">>}]}. |
| 30 30 | {<<"name">>,<<"rebar3_clojerl">>}. |
| 31 31 | {<<"requirements">>,[]}. |
| 32 | - {<<"version">>,<<"0.8.2">>}. |
| 32 | + {<<"version">>,<<"0.8.3">>}. |
| @@ -1,7 +1,7 @@ | |
| 1 1 | {erl_opts, [debug_info]}. |
| 2 2 | |
| 3 | - {deps, [{clojerl, "0.6.0"}]}. |
| 4 | - {plugins, [{rebar3_clojerl, "0.8.0"}]}. |
| 3 | + {deps, [{clojerl, "0.7.0"}]}. |
| 4 | + {plugins, [{rebar3_clojerl, "0.8.3"}]}. |
| 5 5 | |
| 6 6 | {escript_incl_apps, [{{name}}]}. |
| 7 7 | {escript_main_app, {{name}}}. |
| @@ -1,4 +1,4 @@ | |
| 1 1 | {erl_opts, [debug_info]}. |
| 2 2 | |
| 3 | - {deps, [{clojerl, "0.6.0"}]}. |
| 4 | - {plugins, [{rebar3_clojerl, "0.8.0"}]}. |
| 3 | + {deps, [{clojerl, "0.7.0"}]}. |
| 4 | + {plugins, [{rebar3_clojerl, "0.8.3"}]}. |
| @@ -1,7 +1,7 @@ | |
| 1 1 | {erl_opts, [debug_info]}. |
| 2 2 | |
| 3 | - {deps, [{clojerl, "0.6.0"}]}. |
| 4 | - {plugins, [{rebar3_clojerl, "0.8.1"}]}. |
| 3 | + {deps, [{clojerl, "0.7.0"}]}. |
| 4 | + {plugins, [{rebar3_clojerl, "0.8.3"}]}. |
| 5 5 | |
| 6 6 | {relx, [ { release |
| 7 7 | , {{{name}}, "0.1.0"} |
| @@ -3,3 +3,5 @@ | |
| 3 3 | , {platform_define, "^(R|1|20)", 'FUN_STACKTRACE'} |
| 4 4 | ] |
| 5 5 | }. |
| 6 | + |
| 7 | + {edoc_opts, [{preprocess, true}]}. |
Loading more files…