Skip to content

Commit

Permalink
Updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 13, 2025
1 parent dba6ed0 commit 354fd31
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{erl_opts, [debug_info, {no_auto_import, [{get,2}]}]}.

{deps, [
{lfe, "2.1.2"},
{tomerl, "0.5.0"}
{lfe, "~> 2.2"},
{tomerl, "~> 0.5"}
]}.


{plugins, [
{rebar3_lfe, "0.4.8"}
{project_plugins, [
{rebar3_lfe, "~> 0.4"}
]}.

{provider_hooks, [
Expand All @@ -28,11 +28,11 @@
{profiles, [
{test, [
{deps, [
{proper, "1.4.0"},
{ltest, "0.13.4"}
{proper, "~> 1.4"},
{ltest, "~> 0.13"}
]},
{plugins, [
{rebar3_proper, "0.12.1"}
{rebar3_proper, "~> 0.12"}
]},
{eunit_opts, [verbose]},
{erl_opts, [
Expand Down

0 comments on commit 354fd31

Please sign in to comment.