diff --git a/priv/templates/rebar.config.escript.tpl b/priv/templates/rebar.config.escript.tpl index 7d90eea..bd3f0b7 100644 --- a/priv/templates/rebar.config.escript.tpl +++ b/priv/templates/rebar.config.escript.tpl @@ -1,8 +1,7 @@ {erl_opts, [no_debug_info]}. {deps, [ - {lfe, "2.1.3"}, - {ltest, "0.13.6"} + {lfe, "2.1.3"} ]}. {plugins, [ @@ -26,7 +25,8 @@ {profiles, [ {test, [ {deps, [ - {proper, "1.4.0"} + {proper, "1.4.0"}, + {ltest, "0.13.6"} ]}, {plugins, [ {rebar3_proper, "0.12.1"} diff --git a/priv/templates/rebar.config.main.tpl b/priv/templates/rebar.config.main.tpl index 952a34d..e4f8519 100644 --- a/priv/templates/rebar.config.main.tpl +++ b/priv/templates/rebar.config.main.tpl @@ -1,8 +1,7 @@ {erl_opts, [debug_info]}. {deps, [ - {lfe, "2.1.3"}, - {ltest, "0.13.6"} + {lfe, "2.1.3"} ]}. {plugins, [ @@ -25,7 +24,8 @@ {profiles, [ {test, [ {deps, [ - {proper, "1.4.0"} + {proper, "1.4.0"}, + {ltest, "0.13.6"} ]}, {plugins, [ {rebar3_proper, "0.12.1"} diff --git a/priv/templates/rebar.config.release.tpl b/priv/templates/rebar.config.release.tpl index 534b36d..b58cef6 100644 --- a/priv/templates/rebar.config.release.tpl +++ b/priv/templates/rebar.config.release.tpl @@ -1,8 +1,7 @@ {erl_opts, [debug_info]}. {deps, [ - {lfe, "2.1.3"}, - {ltest, "0.13.6"} + {lfe, "2.1.3"} ]}. {plugins, [ @@ -43,7 +42,8 @@ ]}, {test, [ {deps, [ - {proper, "1.4.0"} + {proper, "1.4.0"}, + {ltest, "0.13.6"} ]}, {plugins, [ {rebar3_proper, "0.12.1"} diff --git a/priv/templates/rebar.config.tpl b/priv/templates/rebar.config.tpl index 90752e7..3489649 100644 --- a/priv/templates/rebar.config.tpl +++ b/priv/templates/rebar.config.tpl @@ -1,8 +1,7 @@ {erl_opts, [debug_info]}. {deps, [ - {lfe, "2.1.3"}, - {ltest, "0.13.6"} + {lfe, "2.1.3"} ]}. {plugins, [ @@ -21,7 +20,8 @@ {profiles, [ {test, [ {deps, [ - {proper, "1.4.0"} + {proper, "1.4.0"}, + {ltest, "0.13.6"} ]}, {plugins, [ {rebar3_proper, "0.12.1"}