Browse Source

Update mysql-otp dep version

Johan Lövdahl 8 years ago
parent
commit
3195dff05c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 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.1.1
+dep_mysql = git https://github.com/mysql-otp/mysql-otp.git 1.2.0
 dep_poolboy = git https://github.com/devinus/poolboy.git 1.5.1
 include erlang.mk