Skip to content

Commit

Permalink
Fix rebar.config.script
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 9, 2023
1 parent d7a2053 commit 7bc37e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +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/choptastic/epgsql", {branch, master}}},
{mysql, {git, "https://github.com/choptastic/mysql-otp", {branch, master}}}
{epgsql, {git, "https://github.com/epgsql/epgsql", {branch, master}}},
{mysql, {git, "https://github.com/choptastic/mysql-otp", {branch, decimal_force_number}}}
]} | lists:keydelete(deps, 1, CONFIG)]
end.

0 comments on commit 7bc37e4

Please sign in to comment.