Skip to content

Commit

Permalink
Updated to last mysql-otp after we did some changes to fix important …
Browse files Browse the repository at this point in the history
…issues
  • Loading branch information
Silviu Caragea committed Nov 29, 2018
1 parent 6f874b6 commit 31b2241
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
@@ -1,6 +1,6 @@
{deps, [
{lager, ".*", {git, "https://github.com/erlang-lager/lager.git", {tag, "3.6.7"}}},
{mysql, ".*", {git, "https://github.com/silviucpp/mysql-otp", "0eb217ef73334f7ccd492db30a28ef52294eea22"}},
{mysql, ".*", {git, "https://github.com/silviucpp/mysql-otp", "b46e23e3682587999ec3c4b4926e0497464b3e87"}},
{poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.2"}}},
{plists, ".*", {git, "https://github.com/silviucpp/plists.git", {tag, "1.1.3"}}}
]}.
Expand Down
2 changes: 1 addition & 1 deletion test/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{host, "127.0.0.1"},
{port, 3306},
{user, "root"},
{password, ""},
{password, "root"},
{log_warnings, false},
{database, "mysql_otp_test"},
{keep_alive, 30000},
Expand Down

0 comments on commit 31b2241

Please sign in to comment.