Просмотр исходного кода

mysql-otp 1.3.3, poolboy 1.5.2

getong 6 лет назад
Родитель
Сommit
d9183e2752
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      Makefile
  2. 2 2
      rebar.config

+ 2 - 2
Makefile

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

+ 2 - 2
rebar.config

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