@@ -75,13 +75,13 @@ Usage as a dependency
Using *erlang.mk*:
DEPS = mysql
- dep_mysql = git https://github.com/mysql-otp/mysql-otp 0.8.1
+ dep_mysql = git https://github.com/mysql-otp/mysql-otp 0.9.0
Using *rebar*:
{deps, [
{mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp",
- {tag, "0.8.1"}}}
+ {tag, "0.9.0"}}}
]}.
Tests
@@ -18,7 +18,7 @@
{application, mysql, [
{description, "MySQL/OTP - Erlang MySQL client"},
- {vsn, "0.8.0"},
+ {vsn, "0.9.0"},
{modules, []},
{applications, []}