Browse Source

update 'active' version tag

Kenneth Chan 10 years ago
parent
commit
d66b337129
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rebar.config

+ 1 - 1
rebar.config

@@ -3,6 +3,6 @@
 {deps_dir,"deps"}.
 {deps, [
     {shen,   ".*", {git, "git://github.com/5HT/shen",           {tag,"1.5.0"}}},
-    {active, ".*", {git, "git://github.com/synrc/active",       {tag,"0.5"}}},
+    {active, ".*", {git, "git://github.com/synrc/active",       {tag,"0.8"}}},
     {avz,    ".*", {git, "git://github.com/synrc/avz",          {tag,"1.4.0"}}}
 ]}.