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

Merge pull request #15 from burbas/patch-2

Update mysql version
Raoul Hess 8 лет назад
Родитель
Сommit
46f2325fe8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rebar.config

+ 1 - 1
rebar.config

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