Skip to content

Commit 0229481

Browse files
authored
Update rebar.config.script
Fix for rebar2
1 parent e1c7bbf commit 0229481

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rebar.config.script

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ case erlang:function_exported(rebar3, main, 1) of
1212
{b64fast, {git, "https://github.com/zuckschwerdt/b64fast", {branch, master}}},
1313
{erlias, {git, "https://github.com/choptastic/erlias", {branch, master}}},
1414
{poolboy, {git, "https://github.com/devinus/poolboy", {branch, master}}},
15-
{epgsql, {git, "https://github.com/epgsql/epgsql", {branch, master}}},
16-
{decimal, {git, "https://github.com/egobrain/erlang_decimal", {branch, master}}},
17-
{epgsql_decimal, {git, "https://github.com/egobrain/epgsql_decimal", {branch, master}}},
15+
{epgsql_decimal, {git, "https://github.com/choptastic/epgsql_decimal", {branch, master}}},
1816
{mysql, {git, "https://github.com/mysql-otp/mysql-otp", {branch, master}}}
1917
]} | lists:keydelete(deps, 1, CONFIG)]
2018
end.

0 commit comments

Comments
 (0)