Browse Source

Update rebar.config

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

+ 1 - 1
rebar.config

@@ -1,4 +1,4 @@
 {deps, [
-	{cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "0.5.1"}},
+	{cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "0.6.0"}},
 	{ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.9.0"}}
 ]}.