diff --git a/rebar.config.script b/rebar.config.script index 504d4d9..0ba67d8 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -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.