Browse Source

mysql-otp 1.5.0

getong 6 years ago
parent
commit
21d515ebbc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Makefile
  2. 1 1
      rebar.config

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 PROJECT = mysql_poolboy
 DEPS = mysql poolboy
-dep_mysql = git https://github.com/mysql-otp/mysql-otp.git 1.3.3
+dep_mysql = git https://github.com/mysql-otp/mysql-otp.git 1.5.0
 dep_poolboy = git https://github.com/devinus/poolboy.git 1.5.2
 include erlang.mk

+ 1 - 1
rebar.config

@@ -1,4 +1,4 @@
 {deps, [
-    {mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp.git", {tag, "1.4.0"}}},
+    {mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp.git", {tag, "1.5.0"}}},
     {poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.2"}}}
 ]}.