Browse Source

Merge pull request #2 from kicktheken/master

'active' version is out of date
Namdak Tonpa 10 years ago
parent
commit
537b07fd78
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      rebar.config

+ 1 - 0
.gitignore

@@ -10,3 +10,4 @@ apps/**/ebin/**
 rels/web/devbox
 index.js
 protocol.js
+.rebar

+ 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"}}}
 ]}.