Browse Source

Merge pull request #15 from burbas/patch-2

Update mysql version
Raoul Hess 8 years ago
parent
commit
46f2325fe8
1 changed files with 1 additions and 1 deletions
  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"}}}
 ]}.