Skip to content

Commit

Permalink
Update rebar.config.script
Browse files Browse the repository at this point in the history
Fix for rebar2
  • Loading branch information
choptastic authored Nov 6, 2023
1 parent e1c7bbf commit 0229481
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ case erlang:function_exported(rebar3, main, 1) of
{b64fast, {git, "https://github.com/zuckschwerdt/b64fast", {branch, master}}},
{erlias, {git, "https://github.com/choptastic/erlias", {branch, master}}},
{poolboy, {git, "https://github.com/devinus/poolboy", {branch, master}}},
{epgsql, {git, "https://github.com/epgsql/epgsql", {branch, master}}},
{decimal, {git, "https://github.com/egobrain/erlang_decimal", {branch, master}}},
{epgsql_decimal, {git, "https://github.com/egobrain/epgsql_decimal", {branch, master}}},
{epgsql_decimal, {git, "https://github.com/choptastic/epgsql_decimal", {branch, master}}},
{mysql, {git, "https://github.com/mysql-otp/mysql-otp", {branch, master}}}
]} | lists:keydelete(deps, 1, CONFIG)]
end.

0 comments on commit 0229481

Please sign in to comment.