Skip to content

Commit

Permalink
Updated to use the latest version of LFE.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Aug 2, 2023
1 parent 7df1b83 commit e28a3a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
]}.

{deps, [
{lfe, "2.1.1"},
{lfe, "2.1.2"},
{erlang_color, "1.0.0"}
]}.

Expand Down
2 changes: 1 addition & 1 deletion 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.4"},
{vsn, "0.13.5"},

%% All modules used by the application.
{modules,
Expand Down

0 comments on commit e28a3a9

Please sign in to comment.