Browse Source

Update rebar.config

Loïc Hoguin 11 years ago
parent
commit
aaac973cbd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rebar.config

+ 2 - 2
rebar.config

@@ -1,4 +1,4 @@
 {deps, [
-	{cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "0.6.2"}},
-	{ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.10.0"}}
+	{cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "1.0.0"}},
+	{ranch, ".*", {git, "git://github.com/extend/ranch.git", "1.0.0"}}
 ]}.