Browse Source

Update Makefile

bump version to get later mysql-otp
Mike "mox" Oxford 9 years ago
parent
commit
e6b8cd91cf
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 0.8.0
+dep_mysql = git https://github.com/mysql-otp/mysql-otp.git 1.0.0
 dep_poolboy = git https://github.com/devinus/poolboy.git 1.4.2
 include erlang.mk