Browse Source

Update rebar.config

Fixed mismatch version from Makefile and rebar.config
Raoul Hess 9 years ago
parent
commit
72bddbb4df
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, "0.9.0"}}},
+    {mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp.git", {tag, "1.0.0"}}},
     {poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}}
 ]}.