Johan Lövdahl 8 лет назад
Родитель
Сommit
3195dff05c
1 измененных файлов с 1 добавлено и 1 удалено
  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