Browse Source

Use tagged versions in deps

Viktor Söderqvist 10 years ago
parent
commit
dfce1332e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rebar.config

+ 2 - 2
rebar.config

@@ -1,4 +1,4 @@
 {deps, [
 {deps, [
-    {mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp.git", {branch, "master"}}},
-    {poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {branch, "master"}}}
+    {mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp.git", {tag, "0.8.0"}}},
+    {poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.4.2"}}}
 ]}.
 ]}.