Skip to content

Commit

Permalink
Switch to using project_plugins instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Sep 3, 2024
1 parent 76c062c commit e983b05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
11 changes: 7 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
{color, "~> 1.0", {pkg, erlang_color}}
]}.

{plugins, [
{rebar3_lfe, "~> 0.4.9"},
{rebar_cmd, "0.2.6"}
{project_plugins, [
{rebar3_lfe, "~> 0.4.11"},
{rebar3_oscmd, "0.5.0"}
]}.

{provider_hooks, [
Expand All @@ -31,6 +31,9 @@
{test, [
{eunit_opts, [verbose]},
{erl_opts, [{src_dirs, ["src", "test"]}]}
]},
{maintainer, [
{deps, [rebar3_hex]}
]}
]}.

Expand All @@ -50,6 +53,6 @@
%%dialyzer,
eunit,
%%coverage,
{cmd, "ltest"}
{oscmd, "ltest"}
]}
]}.
11 changes: 0 additions & 11 deletions rebar.lock

This file was deleted.

3 changes: 1 addition & 2 deletions src/ltest.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{description, "A Testing Framework for LFE"},

%% The version of the application
{vsn, "0.13.8"},
{vsn, "0.13.9"},

%% All modules used by the application.
{modules,
Expand Down Expand Up @@ -44,7 +44,6 @@
{env, []},
%% Hex.pm metadata
{pkg_name, ltest},
{maintainers, ["Duncan McGreggor"]},
{licenses, ["BSD-3"]},
{links,
[{"GitHub", "https://github.com/lfex/ltest"},
Expand Down

0 comments on commit e983b05

Please sign in to comment.